Skip to content

Commit

Permalink
Modified interface for user management
Browse files Browse the repository at this point in the history
Ability to add user groups to survey rights
Small code fixes

git-svn-id: file:///Users/Shitiz/Downloads/lssvn/source/phpsurveyor@2066 b72ed6b6-b9f8-46b5-92b4-906544132732
  • Loading branch information
Dennis committed Sep 14, 2006
1 parent fcf99c3 commit 1e4d447
Show file tree
Hide file tree
Showing 5 changed files with 790 additions and 594 deletions.
7 changes: 1 addition & 6 deletions admin/admin.php
Expand Up @@ -69,12 +69,6 @@
."\t\t}\n"
."</script>\n";



//. "onChange=\"window.open('$scriptname?action=addgroup&amp;ugid='+arrayugid[this.selectedIndex],'_top')\">\n"



// CHECK IF FIRST USE!
if (!$database_exists)
{
Expand Down Expand Up @@ -133,6 +127,7 @@
include("access_denied.php");
}
}

if ($action == "deactivate")
{
$surquery = "SELECT activate_survey FROM {$dbprefix}surveys_rights WHERE sid=$surveyid AND uid = ".$_SESSION['loginID']; //Getting rights for this survey
Expand Down

0 comments on commit 1e4d447

Please sign in to comment.