mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 09:03:49 +00:00
Change phpsqlitedatatype to php_sqlite_data_type.
This commit is contained in:
@@ -167,7 +167,7 @@ if ($db_type == "sqlite") {
|
||||
$db->sqliteCreateFunction('md5', 'php_md5', 1);
|
||||
$db->sqliteCreateFunction('unix_timestamp', 'php_unix_timestamp', 1);
|
||||
$db->sqliteCreateFunction('now', 'php_now', 0);
|
||||
$db->sqliteCreateFunction('sqlitedatatype', 'phpsqlitedatatype', 2);
|
||||
$db->sqliteCreateFunction('sqlitedatatype', 'php_sqlite_data_type', 2);
|
||||
$db->sqliteCreateFunction('strleft', 'php_left', 2);
|
||||
$db->sqliteCreateFunction('strright', 'php_right', 2);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user