Thank you - we are still testing 3.0.3 and I have now applied the patch.
I moved the config_id from Line 979 to 983 - so there it should be more applicable:
| Code: |
case "tbl_service":
$strConfigName = $this->myDBClass->getFieldData("SELECT `config_name` FROM `".$strTableName."` WHERE `id`=".$arrData[$i]['id']);
$setTemplate = "services.tpl.dat";
$this->getConfigData("serviceconfig",$strBaseDir);
$this->getConfigData("servicebackup",$strBackupDir);
$strSQLData = "SELECT * FROM `".$strTableName."` WHERE `config_name`='$strConfigName' AND `config_id`=".$this->intDomainId." ORDER BY `service_description`";
break;
|