summaryrefslogtreecommitdiff
path: root/modules/digibug/models
diff options
context:
space:
mode:
authorBharat Mediratta <bharat@menalto.com>2013-02-15 12:55:16 -0500
committerBharat Mediratta <bharat@menalto.com>2013-02-15 12:57:42 -0500
commit264e1e82b23f622e9a79f7834cfcbfb536eac4f6 (patch)
treef77d0a923761d0a1d34ec4856ea91a9ab951c19c /modules/digibug/models
parent6089374891407dda5da27bbceb9aa774004737b6 (diff)
Digibug up and vanished. Move the module to contrib for now. This
will leave the module active in any existing installs that had it active, but that shouldn't cause any negative impact. Fixes #2002.
Diffstat (limited to 'modules/digibug/models')
-rw-r--r--modules/digibug/models/digibug_proxy.php22
1 files changed, 0 insertions, 22 deletions
diff --git a/modules/digibug/models/digibug_proxy.php b/modules/digibug/models/digibug_proxy.php
deleted file mode 100644
index 18c77d49..00000000
--- a/modules/digibug/models/digibug_proxy.php
+++ /dev/null
@@ -1,22 +0,0 @@
-<?php defined("SYSPATH") or die("No direct script access.");
-/**
- * Gallery - a web based photo album viewer and editor
- * Copyright (C) 2000-2013 Bharat Mediratta
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; either version 2 of the License, or (at
- * your option) any later version.
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA.
- */
-class Digibug_Proxy_Model_Core extends ORM {
- protected $belongs_to = array("item");
-}