summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: ad85091)
raw | patch | inline | side by side (parent: ad85091)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 6 Oct 2005 11:42:10 +0000 (11:42 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 6 Oct 2005 11:42:10 +0000 (11:42 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@1510 594d385d-05f5-0310-b6e9-bd551577e9d8
plugins/admin/fai/class_faiPackage.inc | patch | blob | history |
index b65a2b55a0443ad1464f0bcc2f6ce603a5e89aab..d760e8e5b2c86854792c9449a7a74c3d5657a5e6 100644 (file)
if($this->is_dialog){
return $this->dialog->execute();
}
-
+
if($this->disableRepository == true){
$smarty->assign("mirrorACL" ," disabled ");
$smarty->assign("sectionACL" ," disabled ");
$this->sections[$section]=$section;
$this->releases[$release]=$release;
- if(empty($this->mirror)){
- $this->mirror= $mirror;
+ if(empty($this->FAIdebianMirror)){
+ $this->FAIdebianMirror= $mirror;
}
- if(empty($this->section)){
- $this->section = $section;
+ if(empty($this->FAIdebianSection)){
+ $this->FAIdebianSection = $section;
}
- if(empty($this->release)){
- $this->release = $release;
+ if(empty($this->FAIdebianRelease)){
+ $this->FAIdebianRelease = $release;
}
$arr=array();