|
From: Simon H. <sim...@us...> - 2009-06-26 15:53:40
|
Update of /cvsroot/stack/stack-dev In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv23863 Modified Files: index.php Log Message: Fixed processRequests for processOperations for bulk deploy Index: index.php =================================================================== RCS file: /cvsroot/stack/stack-dev/index.php,v retrieving revision 1.28 retrieving revision 1.29 diff -C2 -d -r1.28 -r1.29 *** index.php 23 Jun 2009 14:39:37 -0000 1.28 --- index.php 26 Jun 2009 15:53:36 -0000 1.29 *************** *** 159,163 **** } else { $post = array('add'=>true,'n'=>$_POST['nodeploy']); ! $deployment->processRequests($post); $msg .= $id.': '. get_string('FE_deployQuestion_auto', 'stack').'. <br />'; } --- 159,163 ---- } else { $post = array('add'=>true,'n'=>$_POST['nodeploy']); ! $deployment->processOperations($post); $msg .= $id.': '. get_string('FE_deployQuestion_auto', 'stack').'. <br />'; } |