tbrehm
2008-08-31 21206c45bf44d91bbefcafc70a4a5d499554e4bf
interface/lib/classes/tform.inc.php
@@ -1024,6 +1024,14 @@
                return $_SESSION["s"]["form"]["tab"];
        }
      
      function isReadonlyTab($tab) {
         if(isset($this->formDef['tabs'][$tab]['readonly']) && $this->formDef['tabs'][$tab]['readonly'] == true) {
            return true;
         } else {
            return false;
         }
        }
      
      // translation function for forms, tries the form wordbook first and if this fails, it tries the global wordbook
      function lng($msg) {