quick write ==> direct write

This commit is contained in:
sparkyx 2007-10-17 17:54:35 +00:00
parent ae7639b320
commit 9c0b1e8a4e
4 changed files with 9 additions and 3 deletions

View file

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