[phpwebapp-commits] CVS: top10/templates module.php,1.4,1.5
Brought to you by:
dashohoxha
From: Dashamir H. <das...@us...> - 2004-01-05 14:42:03
|
Update of /cvsroot/phpwebapp/top10/templates In directory sc8-pr-cvs1:/tmp/cvs-serv31213/templates Modified Files: module.php Log Message: Index: module.php =================================================================== RCS file: /cvsroot/phpwebapp/top10/templates/module.php,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** module.php 2 Oct 2003 07:09:40 -0000 1.4 --- module.php 5 Jan 2004 14:42:00 -0000 1.5 *************** *** 54,57 **** --- 54,59 ---- function on_edit_project($event_args) { + if (ADMIN <> 'true') return; + $proj_id = $event_args["proj_id"]; |