summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: f674259)
raw | patch | inline | side by side (parent: f674259)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 23 Jun 2005 11:20:32 +0000 (11:20 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 23 Jun 2005 11:20:32 +0000 (11:20 +0000) |
plugins/gofon/macro/class_gofonMacroParameters.inc | patch | blob | history |
diff --git a/plugins/gofon/macro/class_gofonMacroParameters.inc b/plugins/gofon/macro/class_gofonMacroParameters.inc
index 5379cbc3a2286d677f2e1aa35c98a84b2b8f43e7..3aaa420f37ded51e8c64c6fdb73fda37e5f196ac 100755 (executable)
}
/*generate Table which shows als parameters */
-
$FonParas = $this->check_paras($content,$this->goFonMacroParameter);
+ /* Sort by Parameterid, and keep keys */
+ ksort($FonParas);
+
foreach($FonParas as $key=>$para) {
/* Select correct item of combobox */