]> git.mxchange.org Git - mailer.git/blobdiff - inc/template-functions.php
Some rewrites, you don't need to do: bigintval(getUserData('some_id_column')) as...
[mailer.git] / inc / template-functions.php
index 6f1006a2a5da7142c50d77236523eb1890d7d853..f2ee3db151f1033477ae58616e07e930090b505b 100644 (file)
@@ -1885,7 +1885,7 @@ function addPageHeaderFooter () {
 
 // Generates meta description for current module and 'what' value
 function generateMetaDescriptionCode () {
-       // Only include from guest area and if sql_patches has correct version
+       // Only include from guest area and if ext-sql_patches has correct version
        if ((getModule() == 'index') && (isExtensionInstalledAndNewer('sql_patches', '0.1.6'))) {
                // Output it directly
                $GLOBALS['__page_header'] .= '<meta name="description" content="' . '{?MAIN_TITLE?} ' . trim(getConfig('title_middle')) . ' ' . getTitleFromMenu('guest', getWhat()) . '" />';