We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab34318 commit 3d36491Copy full SHA for 3d36491
admin/admin_sitemap.php
@@ -9,7 +9,7 @@
9
10
require(INC_DIR .'functions_selects.php');
11
12
-$sql = "SELECT * FROM " . BB_CONFIG;
+$sql = "SELECT * FROM " . BB_CONFIG . " WHERE config_name IN('sitemap_time', 'static_sitemap')";
13
14
if (!$result = DB()->sql_query($sql))
15
{
@@ -49,4 +49,4 @@
49
'MESSAGE' => $message,
50
));
51
52
-print_page('admin_sitemap.tpl', 'admin');
+print_page('admin_sitemap.tpl', 'admin');
0 commit comments