Code

Removed usePrototype flag, its activated always now.
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 29 Apr 2010 12:14:16 +0000 (12:14 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 29 Apr 2010 12:14:16 +0000 (12:14 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@17963 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-plugins/gofon/gofon/conference/class_phoneConferenceGeneric.inc

index 7a5191e61798ef164067a576349b271489f89b8b..51ac97a4a3aab576c044a66bf733b2c9f0fb3557 100644 (file)
@@ -171,7 +171,7 @@ class conference extends plugin
     }
 
     $smarty= get_smarty();
-    $smarty->assign("usePrototype", "true");
+
 
     foreach ($this->attributes as $val){
       $smarty->assign("$val", $this->$val);