ftimme
2005-12-05 3dedceddfe2d308d37ab06170cdfb05111d122bb
interface/web/sites/mail_box_edit.php
@@ -51,8 +51,6 @@
$app->uses('tpl,tform,tform_actions');
$app->load('tform_actions');
die(print_r($_SESSION));
class page_action extends tform_actions {
   
   function onShowEnd() {
@@ -100,7 +98,7 @@
   
}
$page = new page_action;
$page->onLoad();
$app->tform_actions = new page_action;
$app->tform_actions->onLoad();
?>