Changeset 539
- Timestamp:
- 06/02/12 11:32:06 (4 months ago)
- Location:
- branches/sucs-site/lib
- Files:
-
- 2 modified
-
member_functions.php (modified) (1 diff)
-
validation.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/sucs-site/lib/member_functions.php
r456 r539 81 81 // make some society specific changes 82 82 if($type==2){ 83 $gid=113 ;83 $gid=1130; 84 84 $homebase="society"; 85 85 } -
branches/sucs-site/lib/validation.php
r528 r539 166 166 } 167 167 elseif(sidUsed($SID)){ 168 $error = "A user with that student ID already ex sists, 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."; 169 169 return false; 170 170 } … … 199 199 elseif (!preg_match("/^([A-Z]([.]+ +[A-Z])*([\']+[A-Z])*[a-z]+[ -]*)+$/", $realName)) 200 200 { 201 $error = "Name incorrectly format ed, 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."; 202 202 return false; 203 203 } … … 220 220 * Robin M O'Leary is not 221 221 * Robin M. OLeary is Not 222 * Robin M. O'LeaRy is valid (though its not me nt 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...) 223 223 * BUT... this alows for McSmith's... which is rather nice :)... and of course delibrate 224 224 * RObin M O'Leary is not
