]> git.mxchange.org Git - mailer.git/commitdiff
MINOR: Mark closing braces that closes a simple if() block
authorRoland Häder <roland@mxchange.org>
Tue, 8 Jan 2013 23:57:08 +0000 (23:57 +0000)
committerRoland Häder <roland@mxchange.org>
Tue, 8 Jan 2013 23:57:08 +0000 (23:57 +0000)
inc/modules/guest/what-
inc/modules/guest/what-impressum.php

index e1fe5e1d8fa5ee1c1c0d978ed8bfade356721fa6..4512192f84a28b1de1722ee8c8c55e4f1df709e1 100644 (file)
@@ -38,7 +38,7 @@
 // Some security stuff...
 if (!defined('__SECURITY')) {
        exit();
 // Some security stuff...
 if (!defined('__SECURITY')) {
        exit();
-}
+} // END - if
 
 // Add description as navigation point
 addYouAreHereLink('guest', __FILE__);
 
 // Add description as navigation point
 addYouAreHereLink('guest', __FILE__);
index 323c50b033cdaa16e41621c7d93869ef0649c327..78fe908a4a297de2a3579afa88e43aa62c79f4de 100644 (file)
@@ -38,7 +38,7 @@
 // Some security stuff...
 if (!defined('__SECURITY')) {
        exit();
 // Some security stuff...
 if (!defined('__SECURITY')) {
        exit();
-}
+} // END - if
 
 // Add description as navigation point
 addYouAreHereLink('guest', __FILE__);
 
 // Add description as navigation point
 addYouAreHereLink('guest', __FILE__);