Zeile 1 | Zeile 1 |
---|
<?php /** * MyBB 1.6
|
<?php /** * MyBB 1.6
|
* Copyright � 2010 MyBB Group, All Rights Reserved
| * Copyright 2010 MyBB Group, All Rights Reserved
|
* * Website: http://mybb.com * License: http://mybb.com/about/license *
|
* * Website: http://mybb.com * License: http://mybb.com/about/license *
|
* $Id: promotions.php 4941 2010-05-15 18:17:38Z RyanGordon $
| * $Id: promotions.php 5380 2011-02-21 12:04:43Z Tomm $
|
*/
function task_promotions($task)
| */
function task_promotions($task)
|
Zeile 29 | Zeile 29 |
---|
$and = " AND "; }
|
$and = " AND "; }
|
if(in_array('reputation', $requirements) && intval($promotion['reputations']) >= 0 && !empty($promotion['reputationtype']))
| if(in_array('reputation', $requirements) && !empty($promotion['reputationtype']))
|
{ $sql_where .= "{$and}reputation {$promotion['reputationtype']} '{$promotion['reputations']}'";
| { $sql_where .= "{$and}reputation {$promotion['reputationtype']} '{$promotion['reputations']}'";
|