Code style changed, ext-user continued:
[mailer.git] / inc / libs / uberwach_functions.php
index bcd6764eb1bb780d19c989adfa4e27409cda3259..77a9c2ba85293b0ec229b41d6a4ef70fb366c3d1 100644 (file)
@@ -43,7 +43,7 @@ if (!defined('__SECURITY')) {
 // Loads the snippet for the uberwach action
 function loadUberwachSnippet () {
        // Simply load the template here
-       $GLOBALS['__page_footer'] .= loadTemplate('uberwach_snippet', true);
+       $GLOBALS['__page_footer'] .= loadTemplate('uberwach_snippet', TRUE);
 }
 
 // [EOF]