summaryrefslogtreecommitdiffstats
path: root/application/views/scripts/event/add.phtml
diff options
context:
space:
mode:
authorBjörn Geiger2011-10-18 11:18:46 +0200
committerBjörn Geiger2011-10-18 11:18:46 +0200
commit48512aab8118ce985447ae820934405a73d8a890 (patch)
treedbc72b71796e773a676db1d7a13cdfa0b215bd8d /application/views/scripts/event/add.phtml
parentminor (diff)
downloadpoolctrl-48512aab8118ce985447ae820934405a73d8a890.tar.gz
poolctrl-48512aab8118ce985447ae820934405a73d8a890.tar.xz
poolctrl-48512aab8118ce985447ae820934405a73d8a890.zip
minor
Diffstat (limited to 'application/views/scripts/event/add.phtml')
-rwxr-xr-xapplication/views/scripts/event/add.phtml2
1 files changed, 1 insertions, 1 deletions
diff --git a/application/views/scripts/event/add.phtml b/application/views/scripts/event/add.phtml
index 8079aaa..11ac271 100755
--- a/application/views/scripts/event/add.phtml
+++ b/application/views/scripts/event/add.phtml
@@ -17,7 +17,7 @@ echo "</script>";
echo $this->addForm;
echo "<script type=\"text/javascript\">\n";
if(isset($this->params['add'])) {
- echo "addeventcategoryfieldChanged('category', bootosIDs, true);\n";
+ echo "addeventcategoryfieldChanged('category', bootosIDs, '" . $this->params['add'] . "');\n";
} else {
echo "addeventcategoryfieldChanged('category', bootosIDs);\n";
}