OSDN Git Service

- deleted debug routine.
authormumumu-org <mumumu-org@2ef88817-412d-0410-a32c-8029a115e976>
Sun, 26 Apr 2009 06:18:01 +0000 (06:18 +0000)
committermumumu-org <mumumu-org@2ef88817-412d-0410-a32c-8029a115e976>
Sun, 26 Apr 2009 06:18:01 +0000 (06:18 +0000)
Idea_Extended_ViewClass/test/skel/app.controller.php

index 3254cd1..5bd8a38 100644 (file)
@@ -17,7 +17,6 @@ ini_set('include_path', implode(PATH_SEPARATOR, array($app, $lib)) . PATH_SEPARA
 
 
 /** including application library. */
-var_dump(defined(ETHNA_INSTALL_BASE));
 require_once ETHNA_INSTALL_BASE . '/Ethna.php';
 require_once '{$project_id}_Error.php';
 require_once '{$project_id}_ActionClass.php';