Update of /cvsroot/stack/stack-1-0/frontend_general
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23181/frontend_general
Modified Files:
Tag: frontend_dev
process_input.php
Log Message:
Fixed warning.
Index: process_input.php
===================================================================
RCS file: /cvsroot/stack/stack-1-0/frontend_general/Attic/process_input.php,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -C2 -d -r1.1.2.1 -r1.1.2.2
*** process_input.php 13 Jun 2005 13:04:25 -0000 1.1.2.1
--- process_input.php 14 Jun 2005 14:15:07 -0000 1.1.2.2
***************
*** 56,60 ****
}
*/
!
if (array_key_exists('action',$_GET)) {
$action = $_GET['action'];
--- 56,60 ----
}
*/
! $action = '';
if (array_key_exists('action',$_GET)) {
$action = $_GET['action'];
|