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])) {
// if sort is specified in GET
if(isset($_GET["sort"])){
$sortoptions = array("usename","sid","realname");
$sortoptions = array("username","sid","realname");
// and is a valid option
if(in_array($_GET["sort"],$sortoptions,TRUE)){
// use it
......@@ -110,7 +110,7 @@ if (isset($session->groups[$permission])) {
$getrefresh=$refreshval;
}
else{
// otherwise use 5
// otherwise use 10
$refreshval="10";
}
$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