]> git.mxchange.org Git - mailer.git/blobdiff - inc/classes/resolver.class.php
Some rewrites, you don't need to do: bigintval(getUserData('some_id_column')) as...
[mailer.git] / inc / classes / resolver.class.php
index 33965be896e24f557afc807c99b118dd2327c975..8f48213a18d830ebdc1b1a142d7485d6718a8b7b 100644 (file)
@@ -44,7 +44,7 @@ if (!defined('__SECURITY')) {
 class HostnameResolver {
        // Resolve hostname -> IP address
        function resolveHostname ($hostname) {
-               // If sql_patches is not at least 0.7.0, abort here and return the hostname (gethostbyname() may return something unwanted)
+               // If ext-sql_patches is not at least 0.7.0, abort here and return the hostname (gethostbyname() may return something unwanted)
                if (!isExtensionInstalledAndNewer('sql_patches', '0.7.0')) {
                        // Abort here
                        return $hostname;