[Openfirst-cvscommit] news/admin index.php,1.7,1.8
Brought to you by:
xtimg
From: <xt...@us...> - 2003-09-13 16:33:48
|
Update of /cvsroot/openfirst/news/admin In directory sc8-pr-cvs1:/tmp/cvs-serv31223/admin Modified Files: index.php Log Message: Make isset proper case for purposes of consistency. Index: index.php =================================================================== RCS file: /cvsroot/openfirst/news/admin/index.php,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** index.php 13 Sep 2003 15:38:25 -0000 1.7 --- index.php 13 Sep 2003 16:33:43 -0000 1.8 *************** *** 32,36 **** if($user->membertype == "administrator") { ! if(! ISSET($_POST["news"])) { // Display a form for news. ?> --- 32,36 ---- if($user->membertype == "administrator") { ! if(! isset($_POST["news"])) { // Display a form for news. ?> |