Renamed more:
[mailer.git] / inc / extensions-functions.php
index 23556632d8430e57f04794a88e7a1c38b5cc3cf4..eddc5915577c805d47c08126b50f977950e3f1d1 100644 (file)
@@ -681,7 +681,7 @@ function getExtensionVersion ($ext_name, $force = FALSE) {
                // Load from database
                $result = sqlQueryEscaped("SELECT * FROM `{?_MYSQL_PREFIX?}_extensions` WHERE `ext_name`='%s' LIMIT 1",
                        array($ext_name), __FUNCTION__, __LINE__);
-               //* DEBUG: */ logDebugMessage(__FUNCTION__, __LINE__, 'ext_name=' . $ext_name . ': DB - '.SQL_NUMROWS($result).'');
+               //* DEBUG: */ logDebugMessage(__FUNCTION__, __LINE__, 'ext_name=' . $ext_name . ': DB - '.sqlNumRows($result).'');
 
                // Is the extension there?
                if (sqlNumRows($result) == 1) {