]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/frametester.php
Renamed all SQL-related functions to camel-case notation
[mailer.git] / inc / modules / frametester.php
index b554c8f78c4be6df6c1d3bae6bd9c3a9f515b84f..8e250ba0cff42d51a0a193185cfbfbf2c323e6b8 100644 (file)
@@ -51,7 +51,7 @@ if (isGetRequestElementSet('order')) {
                // Finally is the entry valid?
                if ((count($content) > 0) && ($content['data_type'] == 'TEMP')) {
                        // Load subject and URL (but forwhat do we need the subject line here???
-                       list($url) = SQL_FETCHROW($result);
+                       list($url) = sqlFetchRow($result);
 
                        // This fixes a white page
                        setPostRequestElement('url', $url);