Folder directory seperators fix

Remove all not needed directory seperators and replace others with "DS"
variable
This commit is contained in:
Clemens Schwaighofer
2018-04-17 10:00:01 +09:00
parent f51b74d8b5
commit 3400902241
2 changed files with 19 additions and 19 deletions

View File

@@ -549,7 +549,7 @@ class IO extends \CoreLibs\Basic
public function __dbError($cursor = '', $msg = '')
{
$pg_error_string = '';
$where_called = $this->get_caller_method();
$where_called = $this->getCallerMethod();
if ($cursor) {
$pg_error_string = $this->db_functions->__dbPrintError($cursor);
}