Skip to content
Snippets Groups Projects
Commit 88a676ff authored by Tim Clark's avatar Tim Clark
Browse files

spelling corrections because i cant spell

parent c155bca3
No related branches found
No related tags found
No related merge requests found
...@@ -70,7 +70,7 @@ if (isset($session->groups[$permission])) { ...@@ -70,7 +70,7 @@ if (isset($session->groups[$permission])) {
// if sort is specified in GET // if sort is specified in GET
if(isset($_GET["sort"])){ if(isset($_GET["sort"])){
$sortoptions = array("usename","sid","realname"); $sortoptions = array("username","sid","realname");
// and is a valid option // and is a valid option
if(in_array($_GET["sort"],$sortoptions,TRUE)){ if(in_array($_GET["sort"],$sortoptions,TRUE)){
// use it // use it
...@@ -110,7 +110,7 @@ if (isset($session->groups[$permission])) { ...@@ -110,7 +110,7 @@ if (isset($session->groups[$permission])) {
$getrefresh=$refreshval; $getrefresh=$refreshval;
} }
else{ else{
// otherwise use 5 // otherwise use 10
$refreshval="10"; $refreshval="10";
} }
$optrefresh=$refreshval; $optrefresh=$refreshval;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment