Pin Numbers: Database class integration.

This commit is contained in:
Nate
2019-08-12 05:26:58 -06:00
parent 3516125ebb
commit e72796c51a
7 changed files with 339 additions and 367 deletions
+1 -1
View File
@@ -236,7 +236,7 @@
echo "&nbsp;</td>\n";
}
echo " <td valign='top' class='".$row_style[$c]."'>".escape(ucwords($row['enabled']))."</td>\n";
echo " <td valign='top' class='".$row_style[$c]."'>".($row['enabled'] == 'true' ? $text['label-true'] : $text['label-false'])."</td>\n";
echo " <td valign='top' class='row_stylebg' width='30%'>".escape($row['description'])."&nbsp;</td>\n";
echo " <td class='list_control_icons'>";