Author: sevein
Date: Thu Aug 23 14:41:31 2012
New Revision: 12181

Log:
Use new --default-parent-slug

Modified:
   trunk/lib/QubitCsvImport.class.php

Modified: trunk/lib/QubitCsvImport.class.php
==============================================================================
--- trunk/lib/QubitCsvImport.class.php  Thu Aug 23 14:35:35 2012        (r12180)
+++ trunk/lib/QubitCsvImport.class.php  Thu Aug 23 14:41:31 2012        (r12181)
@@ -63,8 +63,8 @@
     // Build command string
     if (isset($this->parent))
     {
-      // Example: php symfony csv:import --parent-slug="$sourceName" 
/tmp/foobar
-      $command = sprintf('php %s %s --parent-slug=%s %s',
+      // Example: php symfony csv:import --default-parent-slug="$sourceName" 
/tmp/foobar
+      $command = sprintf('php %s %s --default-parent-slug=%s %s',
         
escapeshellarg(sfConfig::get('sf_root_dir').DIRECTORY_SEPARATOR.'symfony'),
         escapeshellarg($taskClassName),
         escapeshellarg($parent->slug),

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