|
From: Benjamin C. <bc...@us...> - 2001-08-08 13:18:17
|
Update of /cvsroot/phpbt/phpbt In directory usw-pr-cvs1:/tmp/cvs-serv13420 Modified Files: include.php strings-en.php Log Message: A little bit of clean-up Index: include.php =================================================================== RCS file: /cvsroot/phpbt/phpbt/include.php,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- include.php 2001/08/08 04:01:46 1.18 +++ include.php 2001/08/08 13:18:15 1.19 @@ -52,6 +52,9 @@ $me2 = $REQUEST_URI; $selrange = 30; $now = time(); +$_gv = $HTTP_GET_VARS; +$_pv = $HTTP_POST_VARS; + $select['authlevels'] = array( 0 => 'Inactive', 1 => 'User', Index: strings-en.php =================================================================== RCS file: /cvsroot/phpbt/phpbt/strings-en.php,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- strings-en.php 2001/08/08 04:01:46 1.9 +++ strings-en.php 2001/08/08 13:18:15 1.10 @@ -47,6 +47,7 @@ 'editproject' => 'Edit Project', 'addversion' => 'Add Version', 'editversion' => 'Edit Version', + 'project' => 'Projects', 'os' => 'Operating Systems', 'resolution' => 'Resolutions', 'status' => 'Statuses', |