X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Fmodules%2Fadmin%2Fwhat-add_guestnl_cat.php;h=572eb340be3b7d96e73f3bb8293aa120e7de71ff;hp=6f3dcddca67b8e302c1c2e9b509e863a216a893b;hb=cd7d344ea7007cfa20413acd3e03e50f0ab86d86;hpb=20741b93fd58620af677a7f1039ffd16ea6ec689 diff --git a/inc/modules/admin/what-add_guestnl_cat.php b/inc/modules/admin/what-add_guestnl_cat.php index 6f3dcddca6..572eb340be 100644 --- a/inc/modules/admin/what-add_guestnl_cat.php +++ b/inc/modules/admin/what-add_guestnl_cat.php @@ -16,7 +16,7 @@ * $Author:: $ * * -------------------------------------------------------------------- * * Copyright (c) 2003 - 2009 by Roland Haeder * - * Copyright (c) 2009 - 2011 by Mailer Developer Team * + * Copyright (c) 2009 - 2013 by Mailer Developer Team * * For more information visit: http://mxchange.org * * * * This program is free software; you can redistribute it and/or modify * @@ -45,7 +45,7 @@ addYouAreHereLink('admin', __FILE__); if (isFormSent()) { // @TODO Check if category does already exist - debug_report_bug(__FILE__, __LINE__, 'Unfinished area!'); + reportBug(__FILE__, __LINE__, 'Unfinished area!'); } else { // Display form loadTemplate('admin_add_guestnl_cat');