X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fmodules%2Fadmin%2Fwhat-add_guestnl_cat.php;h=cf56d8a3d330e801298952d3d426ba1257b869bb;hb=97c3c45dafd1b10de0e9ec26c889b45a454b2623;hp=cfff8de21412e707926c2b88b3d7448b1d0b6134;hpb=fe8e4c180ec67e320be98e1e8dc1f9ea612c3636;p=mailer.git diff --git a/inc/modules/admin/what-add_guestnl_cat.php b/inc/modules/admin/what-add_guestnl_cat.php index cfff8de214..cf56d8a3d3 100644 --- a/inc/modules/admin/what-add_guestnl_cat.php +++ b/inc/modules/admin/what-add_guestnl_cat.php @@ -18,6 +18,7 @@ * svn:keywords Date Revision" (autoprobset!) at least!!!!!! * * -------------------------------------------------------------------- * * Copyright (c) 2003 - 2009 by Roland Haeder * + * Copyright (c) 2009, 2010 by Mailer Developer Team * * For more information visit: http://www.mxchange.org * * * * This program is free software; you can redistribute it and/or modify * @@ -46,7 +47,7 @@ addMenuDescription('admin', __FILE__); if (isFormSent()) { // @TODO Check if category does already exist - debug_report_bug('Unfinished area!'); + debug_report_bug(__FILE__, __LINE__, 'Unfinished area!'); } else { // Display form loadTemplate('admin_add_guestnl_cat');