deprecated php methods

This commit is contained in:
Tony Landis
2009-03-25 22:10:40 -06:00
parent d1547673dc
commit 1225cb10c0
12 changed files with 22 additions and 22 deletions

View File

@@ -75,7 +75,7 @@ class setup
function view($VAR)
{
$type = "view";
$this->method["$type"] = split(",", $this->method["$type"]);
$this->method["$type"] = explode(",", $this->method["$type"]);
$db = new CORE_database;
$db->view($VAR, $this, $type);
}

View File

@@ -95,7 +95,7 @@
</session_ip_match>
<error_reporting>
<type>C(16)</type>
<default>0</default>
<default>1</default>
</error_reporting>
<site_name>
<type>X</type>

View File

@@ -27,7 +27,7 @@
<date_format><![CDATA[a:4:{i:0;s:1:"m";i:1;s:1:"d";i:2;s:1:"Y";i:3;s:1:"-";}]]></date_format>
<date_time_format><![CDATA[a:1:{i:0;s:0:"";}]]></date_time_format>
<decimal_place>2</decimal_place>
<debug>0</debug>
<debug>1</debug>
<login_attempt_try>10</login_attempt_try>
<login_attempt_time>60</login_attempt_time>
<login_attempt_lock>60</login_attempt_lock>