tbrehm
2010-02-10 ef3719783d6ec416ddad2e8a9151f5f430efc4b2
interface/lib/app.inc.php
@@ -172,6 +172,10 @@
      }      
      if(!empty($this->_wb[$text])) {
         $text = $this->_wb[$text];
      } else {
         if($this->_conf['debug_language']) {
            $text = '#'.$text.'#';
         }
      }
      return $text;
   }