From: <dts...@us...> - 2003-05-31 07:36:46
|
Update of /cvsroot/phpwebsite-comm/modules/contacts In directory sc8-pr-cvs1:/tmp/cvs-serv26427 Modified Files: index.php Log Message: Lots of work for addresses Index: index.php =================================================================== RCS file: /cvsroot/phpwebsite-comm/modules/contacts/index.php,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** index.php 27 May 2003 21:51:13 -0000 1.2 --- index.php 31 May 2003 07:36:32 -0000 1.3 *************** *** 18,21 **** --- 18,27 ---- $_SESSION["CONTACTS_Manager"]->contact->action(); + if(isset($_REQUEST["CONTACTS_Address_OP"]) && isset($_SESSION["CONTACTS_Manager"]->address)) + $_SESSION["CONTACTS_Manager"]->address->action(); + + if(isset($_REQUEST["CONTACTS_Phone_OP"]) && isset($_SESSION["CONTACTS_Manager"]->phone)) + $_SESSION["CONTACTS_Manager"]->phone->action(); + if(isset($_REQUEST["CONTACTS_Country_OP"]) && isset($_SESSION["CONTACTS_Manager"]->country)) $_SESSION["CONTACTS_Manager"]->country->action(); |