Zeile 6 | Zeile 6 |
---|
* Website: http://www.mybboard.net * License: http://www.mybboard.net/about/license *
|
* Website: http://www.mybboard.net * License: http://www.mybboard.net/about/license *
|
* $Id: index.php 3975 2008-07-03 23:07:21Z Tikitiki $
| * $Id: index.php 4171 2008-09-02 01:10:25Z Tikitiki $
|
*/
// Disallow direct access to this file for security reasons
| */
// Disallow direct access to this file for security reasons
|
Zeile 86 | Zeile 86 |
---|
$posts = my_number_format($stats['numposts']);
// Get the number of unapproved posts
|
$posts = my_number_format($stats['numposts']);
// Get the number of unapproved posts
|
$stats['numunapprovedposts'] -= $stats['numunapprovedthreads'];
| |
if($stats['numunapprovedposts'] < 0) { $status['numunapprovedposts'] = 0;
| if($stats['numunapprovedposts'] < 0) { $status['numunapprovedposts'] = 0;
|