tbrehm
2008-09-13 4a4d48104ba8fe3483aa3ac45d6fe35a7c00ece1
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) {