fixed broken comment function: Change button had no name
[iserv-mod-error-reporter.git] / inc / init.inc
index cee8691..17aa443 100644 (file)
@@ -26,7 +26,8 @@
  * THE SOFTWARE.
  */
 
-require_once("mod_error-reporter/class_erErrorReportView.inc"); // this includes all the other things
+// this includes all the other things
+require_once("mod_error-reporter/class_erErrorReportView.inc"); 
 
 $cfgErrors = new erConfig();
 require_once("mod_error-reporter/config.inc");
@@ -35,5 +36,4 @@ $doc = new erErrorReportManager($cfgErrors);
 $view = new erErrorReportView($cfgErrors, $doc);
 $view->setDeleteURL("index.php?action=delete");
 $view->setEditURL("detail.php");
-
-?>
\ No newline at end of file
+?>
This page took 0.020897 seconds and 4 git commands to generate.