Error fixed
authorRoland Häder <roland@mxchange.org>
Mon, 16 Aug 2010 05:35:33 +0000 (05:35 +0000)
committerRoland Häder <roland@mxchange.org>
Mon, 16 Aug 2010 05:35:33 +0000 (05:35 +0000)
inc/modules/admin/admin-inc.php

index 23f3ddcf5b5afaee8c5a69d5ed78601f5d173391..3039bd9e0724128150e986d8c9c6bcf4d26ecd0b 100644 (file)
@@ -751,7 +751,7 @@ function sendAdminBuildMails ($mode, $table, $content, $id, $subjectPart = '', $
        } // END - if
 
        // Generate subject
-       $subject = strtoupper('{--ADMIN_' $subject . '_' . $table . '_SUBJECT--}');
+       $subject = strtoupper('{--ADMIN_' $subject . '_' . $table . '_SUBJECT--}');
 
        // Send admin notification out
        if (!empty($subjectPart)) {