summaryrefslogtreecommitdiffstats
path: root/application
diff options
context:
space:
mode:
authorSimon2011-04-04 15:44:53 +0200
committerSimon2011-04-04 15:44:53 +0200
commit652cb920ec85e986b47deb68549d99a857186e53 (patch)
tree3f4406b43d6638aa3183d22672136e7db2351eb2 /application
parentalphasession in kcl hinzugefĆ¼gt (diff)
downloadpbs2-652cb920ec85e986b47deb68549d99a857186e53.tar.gz
pbs2-652cb920ec85e986b47deb68549d99a857186e53.tar.xz
pbs2-652cb920ec85e986b47deb68549d99a857186e53.zip
leerzeichen in kcl entfernt
Diffstat (limited to 'application')
-rw-r--r--application/controllers/ResourceController.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/application/controllers/ResourceController.php b/application/controllers/ResourceController.php
index 5459877..0e7648c 100644
--- a/application/controllers/ResourceController.php
+++ b/application/controllers/ResourceController.php
@@ -137,7 +137,7 @@ class ResourceController extends Zend_Controller_Action
if($bme->getKcl() != null)
$result = $bme->getKcl() . " alpha=" . $this->_request->getParam('alpha') . " " . $bme->getKclappend();
else
- $result = " alpha=" . $this->_request->getParam('alpha') . " " .$bme->getKclappend();
+ $result = "alpha=" . $this->_request->getParam('alpha') . " " .$bme->getKclappend();
echo $result;