tbrehm
2010-03-21 b0ebbdedaa0805599b97a9d3bbc96c0a5cf2bbac
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;
   }