[Mapbender-commits] r2737 - branches/spsneo_dev/build

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Mon Aug 4 11:25:28 EDT 2008


Author: spsneo
Date: 2008-08-04 11:25:28 -0400 (Mon, 04 Aug 2008)
New Revision: 2737

Modified:
   branches/spsneo_dev/build/checksum-utils.inc
Log:
minor modifications

Modified: branches/spsneo_dev/build/checksum-utils.inc
===================================================================
--- branches/spsneo_dev/build/checksum-utils.inc	2008-08-04 10:12:50 UTC (rev 2736)
+++ branches/spsneo_dev/build/checksum-utils.inc	2008-08-04 15:25:28 UTC (rev 2737)
@@ -2,6 +2,7 @@
 
 function build_checksum($dir_path) {
 	
+	#This array holds the file-name and sha1 checksum for the files in the current directory
 	$file_arr = array();
 	
 	//remove slash if it is there at the end of the path
@@ -9,6 +10,7 @@
 		$dir_path = substr($dir_path, 0 , -1);
 	}
 	
+	
 	if(!is_dir($dir_path)) {
 		echo $dir_path." is not a valid directory\n";
 		return FALSE;



More information about the Mapbender_commits mailing list