function __construct()
 {
     parent::__construct();
     if ($this->acl_location != '.entity.5.1') {
         throw new Exception("'ikt_systemoversikt'  is intended for location = '.entity.5.1'");
     }
 }
 function __construct()
 {
     parent::__construct();
     if ($this->acl_location != '.entity.1.11') {
         throw new Exception("'lrs_el_anlegg'  is intended for location = '.entity.1.11'");
     }
 }
 function __construct()
 {
     parent::__construct();
     $this->db =& $GLOBALS['phpgw']->db;
     $this->account = $GLOBALS['phpgw_info']['user']['account_id'];
     if ($this->acl_location != '.entity.2.17') {
         throw new Exception("'hent maaler til rapport' is intended for location = '.entity.2.17'");
     }
 }