[Openfirst-cvscommit] projects groups.php,1.9,1.10
Brought to you by:
xtimg
From: <xt...@us...> - 2003-09-07 13:13:29
|
Update of /cvsroot/openfirst/projects In directory sc8-pr-cvs1:/tmp/cvs-serv26079 Modified Files: groups.php Log Message: Audit of projects module (except meetings.php, updates.php) Index: groups.php =================================================================== RCS file: /cvsroot/openfirst/projects/groups.php,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** groups.php 1 Sep 2003 17:29:10 -0000 1.9 --- groups.php 7 Sep 2003 13:13:26 -0000 1.10 *************** *** 81,89 **** if(isset($_POST['remove'])){ ! // If the confirmation button is selected then remove all group data ! if(! isset($_POST['confirm'])){ ! echo "<br><br>Your request to remove the group was denied because you have not confirmed! [ <a href='groups.php'>Groups</a> ]<br><br>"; ! die(include($footer)); ! } // Remove data from every table that is related --- 81,89 ---- if(isset($_POST['remove'])){ ! // If the confirmation button is selected then remove all group data ! if(! isset($_POST['confirm'])){ ! echo "<br><br>Your request to remove the group was denied because you have not confirmed! [ <a href='groups.php'>Groups</a> ]<br><br>"; ! die(include($footer)); ! } // Remove data from every table that is related |