1
0
mirror of https://github.com/agdsn/ancient-weatherstation.git synced 2026-06-19 23:07:59 +00:00

many improvements in frontend

git-svn-id: file:///home/jan/tmp/wetterstation/trunk@120 dd492736-c11a-0410-ad51-8c26713eaf7f
This commit is contained in:
losinshi
2006-09-21 00:04:31 +00:00
parent 641b4efa29
commit 11bb95d185
18 changed files with 131 additions and 42 deletions
+1 -1
View File
@@ -112,7 +112,7 @@ class Module{
}
function addSetLink($setName){
return $_SERVER['PHP_SELF'].'?setType='.$setName;
return ModuleSet::buildArgLink(array("setType"=>$setName));
}
}