Author: david
Date: Wed Nov 25 17:19:24 2009
New Revision: 3963

Log:
Use 'new' key for creating new 'other name' rows.

Modified:
   trunk/lib/QubitWidgetFormInputMany.php

Modified: trunk/lib/QubitWidgetFormInputMany.php
==============================================================================
--- trunk/lib/QubitWidgetFormInputMany.php      Wed Nov 25 16:09:34 2009        
(r3962)
+++ trunk/lib/QubitWidgetFormInputMany.php      Wed Nov 25 17:19:24 2009        
(r3963)
@@ -71,8 +71,8 @@
       $inputStr .= "</ul>\n";
     }
 
-    $inputStr .= $this->renderTag('input', array('name' => $name.'[]', 'type' 
=> $this->getOption('type')));
+    $inputStr .= $this->renderTag('input', array('name' => $name.'[new]', 
'type' => $this->getOption('type')));
 
     return $inputStr;
   }
-}
\ No newline at end of file
+}

--

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