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: group_promotions.php 3981 2008-07-04 21:24:03Z Tikitiki $
| * $Id: group_promotions.php 4267 2008-11-10 21:28:36Z Tikitiki $
|
*/
// Disallow direct access to this file for security reasons
| */
// Disallow direct access to this file for security reasons
|
Zeile 593 | Zeile 593 |
---|
$table->output($lang->promotion_logs);
|
$table->output($lang->promotion_logs);
|
$query = $db->simple_select("promotions", "COUNT(pid) as promotions"); $total_rows = $db->fetch_field($query, "promotions");
| $query = $db->simple_select("promotionlogs", "COUNT(plid) as promotionlogs"); $total_rows = $db->fetch_field($query, "promotionlogs");
|
echo "<br />".draw_admin_pagination($mybb->input['page'], "20", $total_rows, "index.php?module=user/group_promotions&action=logs&page={page}");
| echo "<br />".draw_admin_pagination($mybb->input['page'], "20", $total_rows, "index.php?module=user/group_promotions&action=logs&page={page}");
|