Typos fixed
authorRoland Häder <roland@mxchange.org>
Tue, 7 Oct 2008 00:08:47 +0000 (00:08 +0000)
committerRoland Häder <roland@mxchange.org>
Tue, 7 Oct 2008 00:08:47 +0000 (00:08 +0000)
inc/databases.php
inc/extensions/ext-rallye.php
inc/libs/task_functions.php

index 8506ba36a8d5ce9ae2b3e8e59b5517a0afecba47..4677fe0d9ee8d6e68ab80ec048c14cb6185b9668 100644 (file)
@@ -113,7 +113,7 @@ define('USAGE_BASE', "usage");
 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);
index cdacbeac35a6bf18ad96504563552e3113ec24b7..f8f552ea248cfea40c40e9928eb6c08c40112ab4 100644 (file)
@@ -213,7 +213,7 @@ case "update": // Update an extension
                $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>&#36;DATA&#91;min_users&#93;</LI>
   <LI>&#36;DATA&#91;min_prices&#93;</LI>
index 78808132a0f9257eff6aa3ac80b95c03f0a79131..582139eb9bfd159419d7152aa41d2f78827eac89 100644 (file)
@@ -370,7 +370,7 @@ ORDER BY active_bonus DESC, userid";
                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;
                }