tbrehm
2010-02-24 8ba82ee081aa8891ac6e7be22980787c47b37eb7
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];