Update of /cvsroot/phpwebapp/top10/templates/proj_list/footer
In directory sc8-pr-cvs1:/tmp/cvs-serv31213/templates/proj_list/footer
Modified Files:
list_footer.php
Log Message:
Index: list_footer.php
===================================================================
RCS file: /cvsroot/phpwebapp/top10/templates/proj_list/footer/list_footer.php,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** list_footer.php 2 Oct 2003 07:09:40 -0000 1.3
--- list_footer.php 5 Jan 2004 14:41:59 -0000 1.4
***************
*** 29,42 ****
}
- function on_edit($event_args)
- {
- if (ADMIN <> 'true') return;
-
- $selected = $event_args["selected"];
- $params = array("selected_projects" => $this->reformat($selected));
- //ToDo: do editing of projects
- //WebApp::execDBCmd("approve", $params);
- }
-
function on_delete($event_args)
{
--- 29,32 ----
|