define('SERVER_URL', "http://www.mxchange.org");
// This current patch level
-define('CURR_SVN_REVISION', "470");
+define('CURR_SVN_REVISION', "471");
// Take a prime number which is long (if you know a longer one please try it out!)
define('_PRIME', 591623);
$SQLs[] = "ALTER TABLE "._MYSQL_PREFIX."_rallye_data ADD min_prices BIGINT(20) UNSIGNED NOT NULL DEFAULT '3'";
// Update notes (these will be set as task text!)
- $UPDATE_NOTES = "Ablaufen der Rallyes intergriert. Bauen Sie in Ihr Template <STRONG>templates/de/emails/member/member_rallye_notifty.tpl</STRONG> folgende zwei Zeilen ein:<br />
+ $UPDATE_NOTES = "Ablaufen der Rallyes intergriert. Bauen Sie in Ihr Template <STRONG>templates/de/emails/member/member_rallye_notify.tpl</STRONG> folgende zwei Zeilen ein:<br />
<UL>
<LI>$DATA[min_users]</LI>
<LI>$DATA[min_prices]</LI>
if (GET_EXT_VERSION("bonus") >= "0.8.7") {
// List all notifications
$SQLs[] = "SELECT id FROM "._MYSQL_PREFIX."_bonus WHERE is_notify='Y' ORDER BY timestamp DESC";
- $WHATs[] = "list_notiftications";
+ $WHATs[] = "list_notifications";
$DESCRs[] = TASK_ADMIN_LIST_NOTIFICATIONS;
$TITLEs[] = TASK_ADMIN_LIST_NOTIFICATIONS_TITLE;
}