From dc8e6a8280e332167477fc6d79bae142181e0ac2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cornelius=20Wei=C3=9F?= Date: Sun, 12 Jun 2005 13:15:52 +0000 Subject: [PATCH] cleanup --- resources/inc/class.ui_resources.inc.php | 5 ----- 1 file changed, 5 deletions(-) diff --git a/resources/inc/class.ui_resources.inc.php b/resources/inc/class.ui_resources.inc.php index 1f995e9cf6..0bbbcb7462 100755 --- a/resources/inc/class.ui_resources.inc.php +++ b/resources/inc/class.ui_resources.inc.php @@ -73,11 +73,6 @@ class ui_resources case 'buyable': } } - if (isset($content['add'])) // note: this isn't used as add is a popup now! - { - $GLOBALS['egw']->session->appsession('session_data','resources_index_nm',$sessiondata); - return $content['nm']['view_accs_of'] ? $this->edit(array('id' => 0, 'accessory_of' => $content['nm']['view_accs_of'])) : $this->edit(0); - } if (isset($content['back'])) { unset($sessiondata['view_accs_of']);