summaryrefslogtreecommitdiff
path: root/adodb-csvlib.inc.php
diff options
context:
space:
mode:
authorDamien Regad <dregad@mantisbt.org>2018-08-06 14:30:26 +0200
committerDamien Regad <dregad@mantisbt.org>2018-08-06 14:30:26 +0200
commit131539bfe349603c5de696e4da792874fcef7be7 (patch)
tree24cc871271ac36fda714ccbf85de936741a11c20 /adodb-csvlib.inc.php
parent317f16fcc0ff677a9ab4e088e10821a3dad7ed82 (diff)
parente24413f722f012c25d1f7e6277c25a075a93e3cf (diff)
downloadadodb-131539bfe349603c5de696e4da792874fcef7be7.tar.gz
adodb-131539bfe349603c5de696e4da792874fcef7be7.tar.bz2
adodb-131539bfe349603c5de696e4da792874fcef7be7.zip
Fix and update links
- dead php.weblogs.com -> adodb.org - redirected adodb.sourceforge.net -> adodb.org - Standardize "latest version" comments - Use new friendly URL for Sourceforge tracker links
Diffstat (limited to 'adodb-csvlib.inc.php')
-rw-r--r--adodb-csvlib.inc.php6
1 files changed, 1 insertions, 5 deletions
diff --git a/adodb-csvlib.inc.php b/adodb-csvlib.inc.php
index adcf5ff0..d3999ab0 100644
--- a/adodb-csvlib.inc.php
+++ b/adodb-csvlib.inc.php
@@ -16,14 +16,10 @@ $ADODB_INCLUDED_CSV = 1;
the BSD license will take precedence. See License.txt.
Set tabs to 4 for best viewing.
- Latest version is available at http://adodb.sourceforge.net
+ Latest version is available at http://adodb.org/
Library for CSV serialization. This is used by the csv/proxy driver and is the
CacheExecute() serialization format.
-
- ==== NOTE ====
- Format documented at http://php.weblogs.com/ADODB_CSV
- ==============
*/
/**