Skip to content

Commit

Permalink
visualize NULL values in interface
Browse files Browse the repository at this point in the history
  • Loading branch information
splitbrain committed Aug 10, 2016
1 parent 7bc9cf8 commit 5eb2cff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions admin.php
Expand Up @@ -199,6 +199,7 @@ function html() {
echo '<tr>';
$tds = array_values($row);
foreach($tds as $td) {
if($td === null) $td='␀';
echo '<td>'.hsc($td).'</td>';
}
echo '</tr>';
Expand Down

0 comments on commit 5eb2cff

Please sign in to comment.