Skip to content

Commit

Permalink
Expanded size of right hand side of admin button bar
Browse files Browse the repository at this point in the history
git-svn-id: file:///Users/Shitiz/Downloads/lssvn/trunk/unstable@423 b72ed6b6-b9f8-46b5-92b4-906544132732
  • Loading branch information
jcleeland committed Jun 30, 2003
1 parent 4e1d189 commit 553218e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions admin/admin.php
Expand Up @@ -108,6 +108,12 @@
include("importsurvey.php");
exit;
}
if ($action == "importquestion")
{
echo "<center><b>Importing Question</b></center><br /><br />\n";
include("importquestion.php");
exit;
}

//CHECK THAT SURVEYS MARKED AS ACTIVE ACTUALLY HAVE MATCHING TABLES
checkactivations();
Expand Down

0 comments on commit 553218e

Please sign in to comment.