|
@@ -120,7 +120,7 @@ require_once "resources/paging.php";
|
|
echo "<td class='list_control_icons'>";
|
|
echo "<td class='list_control_icons'>";
|
|
echo "<a href='database_edit.php' alt='".$text['button-add']."'>$v_link_label_add</a>";
|
|
echo "<a href='database_edit.php' alt='".$text['button-add']."'>$v_link_label_add</a>";
|
|
echo "</td>\n";
|
|
echo "</td>\n";
|
|
- echo "<tr>\n";
|
|
|
|
|
|
+ echo "</tr>\n";
|
|
|
|
|
|
if ($result_count > 0) {
|
|
if ($result_count > 0) {
|
|
foreach($result as $row) {
|
|
foreach($result as $row) {
|