Explorar o código

Remove the test code.

Mark Crane %!s(int64=11) %!d(string=hai) anos
pai
achega
269570e3b7
Modificáronse 1 ficheiros con 3 adicións e 4 borrados
  1. 3 4
      contact_settings.php

+ 3 - 4
contact_settings.php

@@ -90,7 +90,6 @@ require_once "resources/paging.php";
 	}
 	}
 
 
 	echo "<table class='tr_hover' width='100%' border='0' cellpadding='0' cellspacing='0'>\n";
 	echo "<table class='tr_hover' width='100%' border='0' cellpadding='0' cellspacing='0'>\n";
-
 	if ($result_count > 0) {
 	if ($result_count > 0) {
 		$previous_category = '';
 		$previous_category = '';
 		foreach($result as $row) {
 		foreach($result as $row) {
@@ -105,9 +104,9 @@ require_once "resources/paging.php";
 				echo "	</td>\n";
 				echo "	</td>\n";
 				echo "</tr>\n";
 				echo "</tr>\n";
 				echo "<tr>\n";
 				echo "<tr>\n";
-				echo "<th>".$text['label-contact_subcategory']."sub</th>";
-				echo "<th>".$text['label-contact_type']."type</th>";
-				echo "<th>".$text['label-contact_value']."value</th>";
+				echo "<th>".$text['label-contact_subcategory']."</th>";
+				echo "<th>".$text['label-contact_type']."</th>";
+				echo "<th>".$text['label-contact_value']."</th>";
 				echo "<th style='text-align: center;'>".$text['label-enabled']."</th>";
 				echo "<th style='text-align: center;'>".$text['label-enabled']."</th>";
 				echo "<th>".$text['label-description']."</th>";
 				echo "<th>".$text['label-description']."</th>";
 				echo "<td class='list_control_icons'>";
 				echo "<td class='list_control_icons'>";