Skip to content

Commit

Permalink
Changed $adminmenu into a function - showadminmenu() - which allows c…
Browse files Browse the repository at this point in the history
…reation of adminmenu after certain actions (such as deleting a survey), and subsequently more accurate survey list.

git-svn-id: file:///Users/Shitiz/Downloads/lssvn/trunk/unstable@756 b72ed6b6-b9f8-46b5-92b4-906544132732
  • Loading branch information
jcleeland committed Nov 1, 2003
1 parent 1c5f5f6 commit 5c258e8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion admin/admin.php
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,8 @@
echo "\t<tr>\n";
echo "\t\t<td valign='top' align='center' bgcolor='#BBBBBB'>\n";
echo "\t\t\t<font size='2'>\n";
echo "$adminmenu\n";
//echo "$adminmenu\n";
echo showadminmenu();

if ($action == "newsurvey")
{
Expand Down

0 comments on commit 5c258e8

Please sign in to comment.