summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: e07d6f9)
raw | patch | inline | side by side (parent: e07d6f9)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 21 Oct 2010 14:14:46 +0000 (14:14 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 21 Oct 2010 14:14:46 +0000 (14:14 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@20112 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-plugins/goto/admin/ConfigManagement/class_ItemSelector.inc | [deleted file] | patch | blob | history |
diff --git a/gosa-plugins/goto/admin/ConfigManagement/class_ItemSelector.inc b/gosa-plugins/goto/admin/ConfigManagement/class_ItemSelector.inc
+++ /dev/null
@@ -1,25 +0,0 @@
-<?php
-/*
- * This code is part of GOsa (http://www.gosa-project.org)
- * Copyright (C) 2003-2010 GONICUS GmbH
- *
- * ID: $$Id: class_listing.inc 15296 2010-01-26 08:27:39Z cajus $$
- *
- * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
- */
-
-class ItemSelector extends releaseSelector {
-}
-?>