diff --git a/htdocs/add_oclass_form.php b/htdocs/add_oclass_form.php
index 856abd8..fcc55c1 100644
--- a/htdocs/add_oclass_form.php
+++ b/htdocs/add_oclass_form.php
@@ -86,7 +86,7 @@ if (count($ldap['attrs']['need']) > 0) {
if ($_SESSION[APPCONFIG]->getValue('confirm','update'))
{
- echo ''; }
+ echo ''; }
else
{
echo '';
diff --git a/htdocs/add_value_form.php b/htdocs/add_value_form.php
index 042d542..2946435 100644
--- a/htdocs/add_value_form.php
+++ b/htdocs/add_value_form.php
@@ -49,7 +49,7 @@ if (! strcasecmp($request['attr'],'objectclass') || get_request('meth','REQUEST'
echo '
';
if ($_SESSION[APPCONFIG]->getValue('confirm','update'))
{
- echo ''; }
+ echo ''; }
else
{
echo '';
@@ -116,7 +116,7 @@ if (! strcasecmp($request['attr'],'objectclass') || get_request('meth','REQUEST'
if (($oclass->getType() == 'structural') && ! $oclass->isRelated($request['attribute']->getValues()))
{
continue;
- }
+ }
printf('',$oclass->getName(false),$oclass->getName(false));
}
diff --git a/lib/Visitor.php b/lib/Visitor.php
index 68ddb9d..033ced2 100644
--- a/lib/Visitor.php
+++ b/lib/Visitor.php
@@ -46,7 +46,7 @@ abstract class Visitor {
while ($class && ! method_exists($this,$call)) {
if (defined('DEBUGTMP') && DEBUGTMP)
{
- printf('Class (%s): Method doesnt exist (%s,%s)
',$class,get_class($this),$call); }
+ printf('Class (%s): Method doesnt exist (%s,%s)
',$class,get_class($this),$call); }
$class = get_parent_class($class);
$call = "$method$fnct$class";