|
From: Chris S. <san...@us...> - 2009-06-26 15:55:53
|
Update of /cvsroot/stack/stack-dev In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv24135 Modified Files: index.php Log Message: Index: index.php =================================================================== RCS file: /cvsroot/stack/stack-dev/index.php,v retrieving revision 1.29 retrieving revision 1.30 diff -C2 -d -r1.29 -r1.30 *** index.php 26 Jun 2009 15:53:36 -0000 1.29 --- index.php 26 Jun 2009 15:55:50 -0000 1.30 *************** *** 158,162 **** } } else { ! $post = array('add'=>true,'n'=>$_POST['nodeploy']); $deployment->processOperations($post); $msg .= $id.': '. get_string('FE_deployQuestion_auto', 'stack').'. <br />'; --- 158,162 ---- } } else { ! $post = array('add'=>$_POST['nodeploy']); $deployment->processOperations($post); $msg .= $id.': '. get_string('FE_deployQuestion_auto', 'stack').'. <br />'; |