db_create not create_db
corrected version detection corrected constant
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user