]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-list_surfbar_actions.php
All database names are now 'back-ticked' and constant _MYSQL_PREFIX is wrapped. Partl...
[mailer.git] / inc / modules / admin / what-list_surfbar_actions.php
index e431db90876c3b2aee3c01c8beb08741e87f648f..95d4d87a3925164dc99448acf560fa05679be432 100644 (file)
@@ -42,7 +42,7 @@ ADD_DESCR("admin", __FILE__);
 
 // Load all actions
 $result = SQL_QUERY("SELECT `id`, `status`, `action`, `new_status`
-FROM `"._MYSQL_PREFIX."_surfbar_actions`
+FROM `{!MYSQL_PREFIX!}_surfbar_actions`
 ORDER BY `status` ASC, `action` ASC", __FILE__, __LINE__);
 
 // Entries found?