Changeset 1493 for branches/3.0
- Timestamp:
- 11/09/2006 04:30:54 PM (2 years ago)
- Files:
-
- 1 modified
-
branches/3.0/requirements/index.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/3.0/requirements/index.php
r1443 r1493 230 230 $langs=getUserLanguages(); 231 231 $lang=explode('-',$langs[0]); 232 if(empty($lang[0]) || ! ctype_alpha($lang[0]))232 if(empty($lang[0]) || !function_exists('ctype_alpha') || !ctype_alpha($lang[0])) 233 233 $language='en'; 234 234 else
