]> git.mxchange.org Git - mailer.git/blobdiff - inc/extensions/ext-sql_patches.php
A lot more wrapper functions added, templates renamed
[mailer.git] / inc / extensions / ext-sql_patches.php
index 167b5655cec32c277c0e2d33029473387dfd2a94..aa6c5d2028622c58a820c64416ea137a46a86f01 100644 (file)
@@ -798,7 +798,7 @@ INDEX (`ip`)
 
                // Transfer words/numbers to constants if config entry is found
                if (isExtensionInstalledAndNewer('sql_patches', '0.0.3')) {
-                       setConfigEntry('POINTS', getConfig('points_word'));
+                       setConfigEntry('POINTS', getPointsWord());
                } // END - if
                break;