7 Jan 2005 00:16
mantisbt/admin move_db2disk.php,1.3,1.4
Update of /cvsroot/mantisbt/mantisbt/admin
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15306/admin
Modified Files:
move_db2disk.php
Log Message:
fix for 0005045: windows specific path bug in move_db2disk
Index: move_db2disk.php
===================================================================
RCS file: /cvsroot/mantisbt/mantisbt/admin/move_db2disk.php,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- move_db2disk.php 3 Aug 2004 22:34:35 -0000 1.3
+++ move_db2disk.php 6 Jan 2005 23:16:16 -0000 1.4
<at> <at> -25,7 +25,7 <at> <at>
# Windows absolute
return '';
}
- if ( substr($file_path, 1, 2) == '\\:' ) {
+ if ( substr($file_path, 1, 2) == ':\\' ) {
# Windows absolute
return '';
}
-------------------------------------------------------
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt
RSS Feed