Author: david
Date: Wed Dec 15 14:51:16 2010
New Revision: 8892

Log:
quote string.

Modified:
   trunk/lib/task/migrate/QubitMigrate108.class.php

Modified: trunk/lib/task/migrate/QubitMigrate108.class.php
==============================================================================
--- trunk/lib/task/migrate/QubitMigrate108.class.php    Wed Dec 15 14:40:49 
2010        (r8891)
+++ trunk/lib/task/migrate/QubitMigrate108.class.php    Wed Dec 15 14:51:16 
2010        (r8892)
@@ -1383,7 +1383,7 @@
           if (false !== strpos($name, ' '))
           {
             $name = strtolower(trim($row['name']));
-            $name = preg_replace('/ (.)/e', 'strtoupper($1)', $name);
+            $name = preg_replace('/ (.)/e', 'strtoupper(\'$1\')', $name);
           }
       }
 

-- 
You received this message because you are subscribed to the Google Groups 
"Qubit Toolkit Commits" 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/qubit-commits?hl=en.

Reply via email to