mirror of
https://github.com/Sarjuuk/aowow.git
synced 2025-11-29 15:58:16 +08:00
@@ -52,7 +52,7 @@ function build($syncMe = null)
|
|||||||
else
|
else
|
||||||
$done[] = $name;
|
$done[] = $name;
|
||||||
|
|
||||||
CLI::write(' - subscript \''.$file.'\' returned '.($ok ? 'sucessfully' : 'with errors'), $ok ? CLI::LOG_OK : CLI::LOG_ERROR);
|
CLI::write(' - subscript \''.$file.'\' returned '.($ok ? 'successfully' : 'with errors'), $ok ? CLI::LOG_OK : CLI::LOG_ERROR);
|
||||||
set_time_limit(FileGen::$defaultExecTime); // reset to default for the next script
|
set_time_limit(FileGen::$defaultExecTime); // reset to default for the next script
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -70,7 +70,7 @@ function build($syncMe = null)
|
|||||||
else
|
else
|
||||||
$done[] = $file;
|
$done[] = $file;
|
||||||
|
|
||||||
CLI::write(' - subscript \''.$file.'\' returned '.($ok ? 'sucessfully' : 'with errors'), $ok ? CLI::LOG_OK : CLI::LOG_ERROR);
|
CLI::write(' - subscript \''.$file.'\' returned '.($ok ? 'successfully' : 'with errors'), $ok ? CLI::LOG_OK : CLI::LOG_ERROR);
|
||||||
set_time_limit(FileGen::$defaultExecTime); // reset to default for the next script
|
set_time_limit(FileGen::$defaultExecTime); // reset to default for the next script
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -36,7 +36,7 @@ function sql($syncMe = null)
|
|||||||
else
|
else
|
||||||
$done[] = $tbl;
|
$done[] = $tbl;
|
||||||
|
|
||||||
CLI::write(' - subscript \''.$tbl.'\' returned '.($ok ? 'sucessfully' : 'with errors'), $ok ? CLI::LOG_OK : CLI::LOG_ERROR);
|
CLI::write(' - subscript \''.$tbl.'\' returned '.($ok ? 'successfully' : 'with errors'), $ok ? CLI::LOG_OK : CLI::LOG_ERROR);
|
||||||
set_time_limit(SqlGen::$defaultExecTime); // reset to default for the next script
|
set_time_limit(SqlGen::$defaultExecTime); // reset to default for the next script
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user