svn commit: r474 - trunk/mapbender/http/include/dyn_php.php
vera_schulze at osgeo.org
vera_schulze at osgeo.org
Mon Jun 19 10:05:49 EDT 2006
Author: vera_schulze
Date: 2006-06-19 14:05:49+0000
New Revision: 474
Modified:
trunk/mapbender/http/include/dyn_php.php
Log:
added license
Modified: trunk/mapbender/http/include/dyn_php.php
Url: https://mapbender.osgeo.org/source/browse/mapbender/trunk/mapbender/http/include/dyn_php.php?view=diff&rev=474&p1=trunk/mapbender/http/include/dyn_php.php&p2=trunk/mapbender/http/include/dyn_php.php&r1=473&r2=474
==============================================================================
--- trunk/mapbender/http/include/dyn_php.php (original)
+++ trunk/mapbender/http/include/dyn_php.php 2006-06-19 14:05:49+0000
@@ -1,4 +1,22 @@
<?php
+# $Id: class_wfs.php,v 1.15 2006/03/09 13:55:46 uli_rothstein Exp $
+# $Header: /cvsroot/mapbender/mapbender/http/classes/class_wfs.php,v 1.15 2006/03/09 13:55:46 uli_rothstein Exp $
+# Copyright (C) 2002 CCGIS
+#
+# 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, 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.
+
if(isset($gui_id))
{
$sql = "SELECT * FROM gui_element_vars WHERE fkey_gui_id = $1 and var_type='php_var'";
More information about the Mapbender_commits
mailing list