CC-2352: Deprecation warnings during install

This commit is contained in:
martin 2011-06-08 14:37:48 -04:00
parent 8d3b99e440
commit 2f2924abcd
1 changed files with 1 additions and 1 deletions

View File

@ -157,7 +157,7 @@ class AirtimeIni
$n=count($lines);
foreach ($lines as &$line) {
if ($line[0] != "#"){
$key_value = split("=", $line);
$key_value = explode("=", $line);
$key = trim($key_value[0]);
if ($key == $p_property){