Changeset 1136

Show
Ignore:
Timestamp:
09/18/08 05:17:46 (3 months ago)
Author:
arnoschn
Message:

#218: casting available versions to int

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/lib/AkInstaller.php

    r647 r1136  
    255255        foreach(get_class_methods($this) as $method_name){ 
    256256            if(preg_match('/^up_([0-9]*)$/',$method_name, $match)){ 
    257                 $versions[] = $match[1]
     257                $versions[] = intval($match[1])
    258258            } 
    259259        }