Vergleich inc/functions.php - 1.6.17 - 1.6.18
Zeile 1329 | Zeile 1329 |
---|---|
/** |
/** |
* @param int The forum ID | * @param int $fid The forum ID |
*/ |
*/ |
function check_forum_password($fid, $pid=0) | function check_forum_password($fid, $pid=0, $return=false) |
{ | { |
Zeile 1397 | Zeile 1399 |
else |
else |
} | |
} | } |