[Mapbender-commits] r2640 - branches/spsneo_dev/mapbender/update

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Thu Jul 10 03:38:36 EDT 2008


Author: spsneo
Date: 2008-07-10 03:38:36 -0400 (Thu, 10 Jul 2008)
New Revision: 2640

Added:
   branches/spsneo_dev/mapbender/update/counter.php
Log:
Database Update Routine ready

Added: branches/spsneo_dev/mapbender/update/counter.php
===================================================================
--- branches/spsneo_dev/mapbender/update/counter.php	                        (rev 0)
+++ branches/spsneo_dev/mapbender/update/counter.php	2008-07-10 07:38:36 UTC (rev 2640)
@@ -0,0 +1,11 @@
+<?php
+
+#@author Siddharth Prakash Singh (spsneo)
+#Google SoC 2008 Project 
+#
+#This function acts as a counter.
+function print_count($last, $current) {
+	echo str_repeat( chr(8), strlen( $last ) ) . $current;
+}
+
+?>



More information about the Mapbender_commits mailing list