示例#1
0
 function ITS4YouReports($reportId = "", $run_construct = true)
 {
     $this->db = PearDatabase::getInstance();
     GenerateObj::checkInstallationMemmoryLimit();
     $this->setLicenseInfo();
     if ($run_construct === true) {
         $this->setITS4YouReport($reportId);
     }
     return $this;
 }
示例#2
0
 function ITS4YouReports($run_construct = true, $reportid = "")
 {
     $this->executeWidgetLinks();
     GenerateObj::checkInstallationMemmoryLimit();
     if ($_REQUEST["view"] != "Detail") {
         $run_construct = true;
     }
     if ($run_construct === true && (!isset($_REQUEST["mode"]) || $_REQUEST["mode"] != "ajax")) {
         $this->setITS4YouReport($reportid);
     }
     // WIDGET LINKS FIX !!! s
     $this->fix_widget_labels();
     // WIDGET LINKS FIX !!! e
 }