Merge pull request #68 from gnh1201/auto-partitioning-1
Auto partitioning 1
This commit is contained in:
commit
ff5f097d77
|
@ -138,6 +138,8 @@ if(!check_function_exists("get_current_datetime")) {
|
||||||
}
|
}
|
||||||
|
|
||||||
if(!check_function_exists("get_old_version")) {
|
if(!check_function_exists("get_old_version")) {
|
||||||
$config = get_config();
|
function get_old_version() {
|
||||||
return get_value_in_array("old_version", $config, 0);
|
$config = get_config();
|
||||||
|
return get_value_in_array("old_version", $config, 0);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user