1
0

More PHP5 compatibility (this constructor thing order did not remove the error for me)

Also be able to set $serendipity['production'] in serendipity_config_local.inc.php
This commit is contained in:
Garvin Hicking
2012-10-18 10:14:04 +02:00
parent 802c1dc18e
commit 9adcfecc38
5 changed files with 11 additions and 21 deletions

View File

@ -191,16 +191,6 @@ class Net_URL
}
}
/**
* PHP4 Constructor
*
* @see __construct()
*/
function Net_URL($url = null, $useBrackets = true)
{
$this->__construct($url, $useBrackets);
}
/**
* Returns full url
*

View File

@ -84,11 +84,6 @@ class ONYX_RSS
xml_set_character_data_handler($this->parser, 'cdata');
}
function ONYX_RSS($charset = 'UTF-8')
{
$this->__construct($charset);
}
function parse($uri, $file=false, $time=false, $local=false)
{
$this->rss = array();