Changeset 1136
- Timestamp:
- 09/18/08 05:17:46 (3 months ago)
- Files:
-
- trunk/lib/AkInstaller.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/lib/AkInstaller.php
r647 r1136 255 255 foreach(get_class_methods($this) as $method_name){ 256 256 if(preg_match('/^up_([0-9]*)$/',$method_name, $match)){ 257 $versions[] = $match[1];257 $versions[] = intval($match[1]); 258 258 } 259 259 }
