Author: david
Date: Mon Feb 14 15:37:21 2011
New Revision: 8981

Log:
Use hyphen naming convention

Modified:
   trunk/lib/task/propelGenerateSlugsTask.class.php

Modified: trunk/lib/task/propelGenerateSlugsTask.class.php
==============================================================================
--- trunk/lib/task/propelGenerateSlugsTask.class.php    Mon Feb 14 15:35:52 
2011        (r8980)
+++ trunk/lib/task/propelGenerateSlugsTask.class.php    Mon Feb 14 15:37:21 
2011        (r8981)
@@ -42,7 +42,7 @@
     ));
 
     $this->namespace = 'propel';
-    $this->name = 'generateSlugs';
+    $this->name = 'generate-slugs';
     $this->briefDescription = 'Generate slugs for all slug-less objects.';
 
     $this->detailedDescription = <<<EOF

-- 
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