|
From: <ma...@sc...> - 2006-04-14 17:30:56
|
Update of /cvsroot/meshdb/www/db2 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24264 Modified Files: zipfile.php Log Message: remove stupid white space Index: zipfile.php =================================================================== RCS file: /cvsroot/meshdb/www/db2/zipfile.php,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- zipfile.php 14 Apr 2006 14:14:29 -0000 1.1 +++ zipfile.php 14 Apr 2006 17:30:41 -0000 1.2 @@ -1,4 +1,4 @@ - <?php +<?php /* * (freely) Gotten from : http://www.zend.com/zend/spotlight/creating-zip-files2.php @@ -191,4 +191,4 @@ } } - ?> \ No newline at end of file +?> \ No newline at end of file |