]> git.mxchange.org Git - mailer.git/blobdiff - js.php
Fix for SQL error
[mailer.git] / js.php
diff --git a/js.php b/js.php
index 2868eb1291e7bcdfa41465aa5f26ab32c045b352..c991ed3a83aff713c9119633eb56b84784ffaf05 100644 (file)
--- a/js.php
+++ b/js.php
@@ -61,8 +61,8 @@ if ((isInstalled()) && (REQUEST_ISSET_GET('tag'))) {
        loadIncludeOnce('inc/header.php');
 
        // Prepare include file for looking
-       $INC = sprintf("inc/js/tag-%s.php",
-       REQUEST_GET('tag')
+       $INC = sprintf("inc/js/js-%s.php",
+               REQUEST_GET('tag')
        );
 
        // Is that file readable?
@@ -78,5 +78,5 @@ if ((isInstalled()) && (REQUEST_ISSET_GET('tag'))) {
 // Shutdown
 shutdown();
 
-//
+// [EOF]
 ?>