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:
@ -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
|
||||
*
|
||||
|
@ -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();
|
||||
|
Reference in New Issue
Block a user