summaryrefslogtreecommitdiff
path: root/includes/funktion_db_list.php
diff options
context:
space:
mode:
authorMoritz helios Rudert <helios@planetcyborg.de>2011-06-01 19:42:57 +0200
committerMoritz helios Rudert <helios@planetcyborg.de>2011-06-01 19:42:57 +0200
commit841bf6a1ca80c14e2ff0ff60a6cb7794527a7ddf (patch)
treede77ecbc12aee14ec6cec9ed9367481d4b0d3c71 /includes/funktion_db_list.php
parentd85d11276b464052e442297fe93cd5f628b979e2 (diff)
i love this system
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);