Changeset 539

Show
Ignore:
Timestamp:
06/02/12 11:32:06 (4 months ago)
Author:
tswsl1989
Message:

More GID change fixes and some other minor corrections

Location:
branches/sucs-site/lib
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • branches/sucs-site/lib/member_functions.php

    r456 r539  
    8181        // make some society specific changes 
    8282        if($type==2){ 
    83             $gid=113; 
     83            $gid=1130; 
    8484            $homebase="society"; 
    8585        } 
  • branches/sucs-site/lib/validation.php

    r528 r539  
    166166                } 
    167167                elseif(sidUsed($SID)){ 
    168                         $error = "A user with that student ID already exsists, email <a href=\"mailto:admin@sucs.org\">admin@sucs.org</a> if this is an error."; 
     168                        $error = "A user with that student ID already exists, email <a href=\"mailto:admin@sucs.org\">admin@sucs.org</a> if this is an error."; 
    169169                        return false; 
    170170                } 
     
    199199                elseif (!preg_match("/^([A-Z]([.]+ +[A-Z])*([\']+[A-Z])*[a-z]+[ -]*)+$/", $realName)) 
    200200                { 
    201                         $error = "Name incorrectly formated, email <a href=\"mailto:admin@sucs.org\">admin@sucs.org</a> if this is an error."; 
     201                        $error = "Name incorrectly formatted, email <a href=\"mailto:admin@sucs.org\">admin@sucs.org</a> if this is an error."; 
    202202                        return false; 
    203203                } 
     
    220220 * Robin M O'Leary is not 
    221221 * Robin M. OLeary is Not 
    222  * Robin M. O'LeaRy is valid (though its not ment to be.. bad side effect of not requireing at least one space...) 
     222 * Robin M. O'LeaRy is valid (though its not meant to be.. bad side effect of not requireing at least one space...) 
    223223 * BUT... this alows for McSmith's... which is rather nice :)... and of course delibrate 
    224224 * RObin M O'Leary is not