summaryrefslogtreecommitdiff
path: root/includes/funktion_db_list.php
diff options
context:
space:
mode:
Diffstat (limited to 'includes/funktion_db_list.php')
-rw-r--r--includes/funktion_db_list.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/funktion_db_list.php b/includes/funktion_db_list.php
index 1131ffd3..44e3d865 100644
--- a/includes/funktion_db_list.php
+++ b/includes/funktion_db_list.php
@@ -38,7 +38,7 @@ function funktion_db_element_list_2row( $TopicName, $SQL)
echo "<table class=\"border\" cellpadding=\"2\" cellspacing=\"1\">\n";
echo "<caption>$TopicName</caption>";
-# echo "\t<tr class=\"contenttopic\"> <td><h1>$TopicName</h1></td> </tr>\n";
+# echo "<tr class=\"contenttopic\"> <td><h1>$TopicName</h1></td> </tr>\n";
$Erg = mysql_query($SQL, $con);
echo mysql_error($con);