From a343313a5240bc74f4648376a290133ac712afcb Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Tue, 26 Mar 2019 09:30:13 +0100 Subject: Delete unused and unmaintained modules --- modules-available/imgmanagement/page.inc.php | 63 ---------------------------- 1 file changed, 63 deletions(-) delete mode 100644 modules-available/imgmanagement/page.inc.php (limited to 'modules-available/imgmanagement/page.inc.php') diff --git a/modules-available/imgmanagement/page.inc.php b/modules-available/imgmanagement/page.inc.php deleted file mode 100644 index 99f1a1a3..00000000 --- a/modules-available/imgmanagement/page.inc.php +++ /dev/null @@ -1,63 +0,0 @@ -fetch(PDO::FETCH_ASSOC)) { - if($row['is_active']) - $actives[] = array( - 'id' => $row['id'], - 'name' => $row['name'], - 'path' => $row['path'], - 'userid' => $row['userid'], - 'is_template' => $row['is_template'], - 'is_active' => $row['is_active'], - 'description' => $row['description'] - ); - else - $deactives[] = array( - 'id' => $row['id'], - 'name' => $row['name'], - 'path' => $row['path'], - 'userid' => $row['userid'], - 'is_template' => $row['is_template'], - 'is_active' => $row['is_active'], - 'description' => $row['description'] - ); - - } - - Render::addTemplate('page-imgmanagement', array( - 'deactives' => $deactives, - 'actives' => $actives)); - } -} -- cgit v1.2.3-55-g7522