Author: Stefan.Koopmanschap
Date: 2010-01-19 13:09:31 +0100 (Tue, 19 Jan 2010)
New Revision: 26873
Modified:
plugins/sfPropelMigrationsLightPlugin/trunk/lib/sfMigrator.class.php
Log:
[sfPropelMigrationsLightPlugin] fix for #7692, patch by tuebernickel
Modified: plugins/sfPropelMigrationsLightPlugin/trunk/lib/sfMigrator.class.php
===================================================================
--- plugins/sfPropelMigrationsLightPlugin/trunk/lib/sfMigrator.class.php
2010-01-19 10:50:05 UTC (rev 26872)
+++ plugins/sfPropelMigrationsLightPlugin/trunk/lib/sfMigrator.class.php
2010-01-19 12:09:31 UTC (rev 26873)
@@ -47,7 +47,7 @@
*
* @return mixed
*/
- static public static function executeQuery($sql, $fetchmode = null)
+ static public function executeQuery($sql, $fetchmode = null)
{
$con = Propel::getConnection();
--
You received this message because you are subscribed to the Google Groups
"symfony SVN" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/symfony-svn?hl=en.