From 5da526552f6ae5b368387b07ba4acc71ecc6a7e8 Mon Sep 17 00:00:00 2001 From: james Date: Tue, 25 Jan 2005 19:08:41 +0000 Subject: [PATCH] remove unused code add password input box --- admin/committees.php | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) diff --git a/admin/committees.php b/admin/committees.php index b4977595..6a64558a 100644 --- a/admin/committees.php +++ b/admin/committees.php @@ -234,16 +234,14 @@ if($_GET['edit'] || $edit) echo "

".i18n("Edit Committee Member")."

"; echo "<< ".i18n("Back to Committees Editor")."\n"; -// echo "
\n"; echo "\n"; echo "\n"; echo ""; -// echo "\n"; echo ""; echo "
"; -// echo ""; echo ""; + echo ""; $cq=mysql_query("SELECT committees.name, committees.id, committees_link.title, committees_link.ord FROM committees,committees_link WHERE committees_link.committees_id=committees.id AND committees_link.committees_members_id='$e' ORDER BY committees.name"); @@ -277,17 +275,6 @@ if($_GET['edit'] || $edit) echo "\n"; echo "\n"; echo "\n"; -// echo "\n"; -// echo "
".i18n("Name").":name\" />
".i18n("Password").":password\" />
".i18n("Phone (Work)").":phonework\" />
".i18n("Phone (Cell)").":phonecell\" />
".i18n("Fax").":fax\" />
Picture:
"; - -// echo "
"; - -// if(file_exists($_SERVER['DOCUMENT_ROOT']."/board/".$r->id."-thumb.jpg")) -// echo "id."-thumb.jpg\" border=\"0\">"; -// else -// echo "No Picture"; - -// echo "

".i18n("Access Controls").":";