Code

Moved error test output to the right place
authorcajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Sun, 14 May 2006 17:06:00 +0000 (17:06 +0000)
committercajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Sun, 14 May 2006 17:06:00 +0000 (17:06 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@3323 594d385d-05f5-0310-b6e9-bd551577e9d8

include/functions.inc

index 571f5edc6f259bac812bd02fbb30c3f00e6ac5e9..2da2847f498b46d65b6dd7d3ece9b91b328cf8a7 100644 (file)
@@ -986,8 +986,6 @@ function print_red()
       $_SESSION['errorsAlreadyPosted'] = array();
       $_SESSION['errorsAlreadyPosted'][$string] = 1;
 
-    }
-
 #Test
 if (!preg_match('/[.!?]$/', $string)){
   $string.= ".";
@@ -998,6 +996,8 @@ $_SESSION['errors'].= "<div style='background-color:white;padding:5px;border:2px
 "<b>$string</b> "._("Please check your input and fix the contents of the highlighted field. Pess 'OK' to close this message box.")."</td>".
 "</tr><tr><td colspan='2' align='center'><br><input id='edit_ok' type='submit' name='error_ok' style='width:80px' value='"._("OK")."'></td></tr></table></div>";
 
+    }
+
   } else {
     echo "Error: $string\n";
   }