Beta 3.0 -3 ready

This commit is contained in:
sparkyx 2007-10-15 14:40:39 +00:00
parent ef617907bf
commit fba2a3c558
4 changed files with 14 additions and 4 deletions

View file

@ -165,7 +165,7 @@ function ExecuteScript($p_cn,$script) {
*/
function apply_patch($p_cn,$p_name)
{
$MaxVersion=31;
$MaxVersion=32;
for ( $i = 4;$i <= $MaxVersion;$i++)
{
$to=$i+1;