tbrehm
2010-02-26 df8a460cfd4a21e35441bd1e0c4cefe6739463ea
interface/lib/classes/tform.inc.php
@@ -1199,7 +1199,7 @@
      
      // translation function for forms, tries the form wordbook first and if this fails, it tries the global wordbook
      function lng($msg) {
         global $app;
         global $app,$conf;
         
         if(isset($this->wordbook[$msg])) {
            return $this->wordbook[$msg];