Code cosmetics applied
[mailer.git] / inc / modules / member / what-order.php
index 5c4f57833a2e9c0b354904df434f9f96742f0b7f..84aee47079a27202a12fe6409970a2e356af0dfb 100644 (file)
@@ -64,7 +64,7 @@ if (IS_ADMIN()) $whereStatement = '';
 define('__MIN_VALUE', getConfig('order_min'));
 
 // Count unconfirmed mails
-$links = GET_TOTAL_DATA(getUserId(), "user_links", "id", 'userid', true);
+$links = GET_TOTAL_DATA(getUserId(), "user_links", 'id', 'userid', true);
 
 // Does the user has more than 0 mails per day set?
 $HOLIDAY = 'userid';