Changeset 27 for trunk/includes/functions.inc.php
- Timestamp:
- 08/19/05 16:04:06 (7 years ago)
- Files:
-
- 1 modified
-
trunk/includes/functions.inc.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/includes/functions.inc.php
r24 r27 467 467 return ereg("[a-f0-9]{32}", $string); 468 468 break; 469 case 'photo_id': 470 return is_numeric($string); 471 break; 469 472 case 'metalbum_type': 470 473 if(in_array($string, array_keys($labels['metalbum']['type'])))
