summaryrefslogtreecommitdiff
path: root/core/models/translations_incoming.php
diff options
context:
space:
mode:
authorBharat Mediratta <bharat@menalto.com>2009-01-13 01:05:11 +0000
committerBharat Mediratta <bharat@menalto.com>2009-01-13 01:05:11 +0000
commitff6791f57652aecfe5d3b43848b0a63f4307fa35 (patch)
tree8f398dc77052dd0cbcbd056a34a9c0bc7cd3d10e /core/models/translations_incoming.php
parent4adff591692247debc4089e3a2f1e8fda735d502 (diff)
Models should be named in adjective_noun form to make pluralizatoin
more intuitive. Renamed Translations_Incoming to Incoming_Translation to suit.
Diffstat (limited to 'core/models/translations_incoming.php')
-rw-r--r--core/models/translations_incoming.php21
1 files changed, 0 insertions, 21 deletions
diff --git a/core/models/translations_incoming.php b/core/models/translations_incoming.php
deleted file mode 100644
index f4b0a9ac..00000000
--- a/core/models/translations_incoming.php
+++ /dev/null
@@ -1,21 +0,0 @@
-<?php defined("SYSPATH") or die("No direct script access.");
-/**
- * Gallery - a web based photo album viewer and editor
- * Copyright (C) 2000-2008 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 Translations_Incoming_Model extends ORM {
-}