Vypis textu misto prazdne tabulky
[mirrors/SokoMan.git] / index.php
index 8ee47b8b099b87bbe4d00ac747fe51a29bb6c7a1..a6bca88694479642d9fc7645b27a936fc6acabfd 100755 (executable)
--- a/index.php
+++ b/index.php
@@ -365,6 +365,7 @@ EOF;
        }
 
        function render_item_table($table,$class=false) {
+               if(empty($table)) return '<h3>'.T('holy primordial emptiness is all you can find here...').'</h3><br />';
                $this->table_add_images($table);
                if($class) $this->table_add_relations($table,$class);
                $this->table_add_barcodes($table);
This page took 0.130561 seconds and 4 git commands to generate.