svn commit: r136 - trunk/mapbender/http/php/mod_updateWMS.php
arnulf at osgeo.org
arnulf at osgeo.org
Sun Apr 23 19:33:19 EDT 2006
Author: arnulf
Date: 2006-04-23 23:33:18+0000
New Revision: 136
Modified:
trunk/mapbender/http/php/mod_updateWMS.php (contents, props changed)
Log:
added SVN headers
Modified: trunk/mapbender/http/php/mod_updateWMS.php
Url: https://mapbender.osgeo.org/source/browse/mapbender/trunk/mapbender/http/php/mod_updateWMS.php?view=diff&rev=136&p1=trunk/mapbender/http/php/mod_updateWMS.php&p2=trunk/mapbender/http/php/mod_updateWMS.php&r1=135&r2=136
==============================================================================
--- trunk/mapbender/http/php/mod_updateWMS.php (original)
+++ trunk/mapbender/http/php/mod_updateWMS.php 2006-04-23 23:33:18+0000
@@ -1,4 +1,6 @@
<?php
+# $Id$
+# http://www.mapbender.org/index.php/UpdateWMS
# Copyright (C) 2002 CCGIS
#
# This program is free software; you can redistribute it and/or modify
@@ -103,13 +105,7 @@
$mywms->updateObjInDB($myWMS);
$mywms->displayWMS();
- //
- //
// start (owners of the updated wms will be notified by email)
- //
- //
-
-
if ($use_php_mailing) {
$owner = $admin->getOwnerByWms($myWMS);
@@ -154,12 +150,7 @@
}
}
}
- //
- //
// end (owners of the updated wms will be notified by email)
- //
- //
-
}
echo "</form>";
More information about the Mapbender_commits
mailing list