]> git.mxchange.org Git - mailer.git/blobdiff - inc/extensions/ext-surfbar.php
New naming convention applied to many functions, see #118 for details
[mailer.git] / inc / extensions / ext-surfbar.php
index 2deb3ece01ede6126456d2b24c370de003899663..a272bb5b0a79f88ad064ac6ca39c876ad23c5bd1 100644 (file)
@@ -234,8 +234,8 @@ case 'test': // For testing purposes. For details see file inc/modules/admin/wha
        break;
 
 default: // Do stuff when extension is loaded
-       // Set some constants we need???
-       define('edit', "edit");
+       // @TODO Set some constants we need???
+       define('edit', 'edit');
        break;
 }