// Context part 6

This commit is contained in:
tDidierjean
2011-07-13 16:35:06 +00:00
parent b09c76f5b4
commit c8acd7a824
7 changed files with 88 additions and 144 deletions
-3
View File
@@ -31,8 +31,6 @@ class AdminAttachments extends AdminTab
{
public function __construct()
{
global $cookie;
$this->table = 'attachment';
$this->className = 'Attachment';
$this->lang = true;
@@ -90,7 +88,6 @@ class AdminAttachments extends AdminTab
public function displayForm($isMainTab = true)
{
global $currentIndex, $cookie;
parent::displayForm();
if (!($obj = $this->loadObject(true)))