From: <dts...@us...> - 2003-05-27 21:51:53
|
Update of /cvsroot/phpwebsite-comm/modules/contacts In directory sc8-pr-cvs1:/tmp/cvs-serv25617 Modified Files: index.php Log Message: Shaping things up. Starting with country Index: index.php =================================================================== RCS file: /cvsroot/phpwebsite-comm/modules/contacts/index.php,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** index.php 27 May 2003 14:40:14 -0000 1.1 --- index.php 27 May 2003 21:51:13 -0000 1.2 *************** *** 15,20 **** } ! if(isset($_REQUEST["CONTACTS_OP"]) && isset($_SESSION["CONTACTS_Manager"]->message)) ! $_SESSION["CONTACTS_Manager"]->message->action(); ?> --- 15,29 ---- } ! if(isset($_REQUEST["CONTACTS_Contact_OP"]) && isset($_SESSION["CONTACTS_Manager"]->contact)) ! $_SESSION["CONTACTS_Manager"]->contact->action(); ! ! if(isset($_REQUEST["CONTACTS_Country_OP"]) && isset($_SESSION["CONTACTS_Manager"]->country)) ! $_SESSION["CONTACTS_Manager"]->country->action(); ! ! if(isset($_REQUEST["CONTACTS_PhoneType_OP"]) && isset($_SESSION["CONTACTS_Manager"]->phonetype)) ! $_SESSION["CONTACTS_Manager"]->phonetype->action(); ! ! if(isset($_REQUEST["CONTACTS_AddressType_OP"]) && isset($_SESSION["CONTACTS_Manager"]->addresstype)) ! $_SESSION["CONTACTS_Manager"]->addresstype->action(); ?> |