2006-12-14 Raul Mateos <raulofpandora@gmail.com>

* operation/servers/view_server.php: Solve small problem with
	an unclosed $lang_label[] var.

git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@321 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
raulmateos 2006-12-14 22:54:03 +00:00
parent 8ea9120a2e
commit d0873d3278
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ if (comprueba_login() == 0) {
echo "<th class='datos'>".$lang_label['status']."</th>";
echo "<th class='datos'>".$lang_label['ip_address']."</th>";
echo "<th class='datos'>".$lang_label['description']."</th>";
echo "<th class='datos'>".$lang_label['network'."</th>"];
echo "<th class='datos'>".$lang_label['network']."</th>";
echo "<th class='datos'>".$lang_label['data']."</th>";
echo "<th class='datos'>".$lang_label['snmp']."</th>";
echo "<th class='datos'>".$lang_label['master']."</th>";