Vergleich misc.php - 1.8.5 - 1.8.6

  Keine Änderungen   Hinzugefügt   Modifiziert   Entfernt
Zeile 960Zeile 960
/**
* Build a list of forums for RSS multiselect.
*

/**
* Build a list of forums for RSS multiselect.
*

 * @param int Parent forum ID.
* @param unknown_type deprecated
* @param boolean Whether to add selected attribute or not.
* @param string HTML for the depth of the forum.

 * @param int $pid Parent forum ID.
* @param string $selitem deprecated
* @param boolean $addselect Whether to add selected attribute or not.
* @param string $depth HTML for the depth of the forum.

 * @return string HTML of the list of forums for CSS.
*/

 * @return string HTML of the list of forums for CSS.
*/

function makesyndicateforums($pid="0", $selitem="", $addselect="1", $depth="")

function makesyndicateforums($pid=0, $selitem="", $addselect=true, $depth="")

{
global $db, $forumcache, $permissioncache, $mybb, $forumlist, $forumlistbits, $flist, $lang, $unexp, $templates;


{
global $db, $forumcache, $permissioncache, $mybb, $forumlist, $forumlistbits, $flist, $lang, $unexp, $templates;