db_create not create_db

corrected version detection
corrected constant
This commit is contained in:
Matthew Vale
2015-12-01 10:23:24 +00:00
parent d305dd2f79
commit db1e53296e
4 changed files with 119 additions and 120 deletions

View File

@@ -602,7 +602,7 @@
if ( !function_exists('normalize_path')) {
function normalize_path($path) {
return str_replace(DIRECTORY_SEPERATOR, '\\', $path);
return str_replace(DIRECTORY_SEPARATOR, '\\', $path);
}
}