diff --git a/src/CoreFields/UrlField.php b/src/CoreFields/UrlField.php new file mode 100644 index 0000000..84e873e --- /dev/null +++ b/src/CoreFields/UrlField.php @@ -0,0 +1,30 @@ + \ No newline at end of file diff --git a/src/Databases/MySQLClass.php b/src/Databases/MySQLClass.php index 64c2e50..9a5a983 100644 --- a/src/Databases/MySQLClass.php +++ b/src/Databases/MySQLClass.php @@ -13,7 +13,8 @@ class SQLClass { static public $debug=true; - static public $persistent='p:'; + //static public $persistent='p:'; + static public $persistent=''; static public function print_sql_fail($sql_fail, $server_data='default') {