View Issue Details

IDProjectCategoryView StatusLast Update
0005045mantisbtadministrationpublic2005-04-18 10:32
Reporternauman Assigned Tothraxisp  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionfixed 
Fixed in Version1.0.0a1 
Summary0005045: windows specific path bug in move_db2disk
Description

In function get_prefix, check for windows absolute path like this

if ( substr($file_path, 1, 2) == ':\' ) {

Windows absolute

return '';
}

NOT like this (existing)

if ( substr($file_path, 1, 2) == '\:' ) {

Windows absolute

return '';
}

TagsNo tags attached.

Activities

thraxisp

thraxisp

2005-01-06 18:10

reporter   ~0008884

Fixed in CVS.