rescue9
2010-03-18 bc7db22708513201ba42c67dc167fd45cf0c4089
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;
   }