From: Juliette W. <jv...@us...> - 2005-06-14 15:50:16
|
Update of /cvsroot/stack/stack-1-0/frontend_general In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8717/frontend_general Modified Files: Tag: frontend_dev process_input.php Log Message: Added default action to process_input.php Fixed registration screen warning. Index: process_input.php =================================================================== RCS file: /cvsroot/stack/stack-1-0/frontend_general/Attic/process_input.php,v retrieving revision 1.1.2.3 retrieving revision 1.1.2.4 diff -C2 -d -r1.1.2.3 -r1.1.2.4 *** process_input.php 14 Jun 2005 14:27:41 -0000 1.1.2.3 --- process_input.php 14 Jun 2005 15:50:06 -0000 1.1.2.4 *************** *** 55,59 **** } */ ! $action = ''; if (array_key_exists('action',$_GET)) { $action = $_GET['action']; --- 55,59 ---- } */ ! $action = $default_action; if (array_key_exists('action',$_GET)) { $action = $_GET['action']; |