tbrehm
2010-03-12 2061575a2b8d132e8ce58e3b025ce9d8f5bf832d
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;
   }