]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/guest/action-main.php
A lot rewrites from double-quote to single-quote, some fixes for extension handling...
[mailer.git] / inc / modules / guest / action-main.php
index a04f127f236e46e35aa662851623ef134c1974de..7e10580e9a30c9003dd661def749508f5b0feb23 100644 (file)
@@ -46,7 +46,7 @@ if (!defined('__SECURITY')) {
 }
 
 // Add description as navigation point
-ADD_DESCR("guest", __FILE__);
+ADD_DESCR('guest', __FILE__);
 
 // Load the include file
 $INC = sprintf("inc/modules/guest/what-%s.php", SQL_ESCAPE($GLOBALS['what']));