View Issue Details

IDProjectCategoryView StatusLast Update
0007033mantisbtprintingpublic2006-05-07 03:51
Reportervboctor Assigned Tovboctor  
PrioritynormalSeveritymajorReproducibilityalways
Status closedResolutionfixed 
Fixed in Version1.0.3 
Summary0007033: Port: wrong strpos function call
Description

in core/string_api.php, line 193:
if ( strpos( '?', $t_url ) !== FALSE ) {
shoule be
if ( strpos( $t_url, '?' ) !== FALSE ) {

TagsNo tags attached.

Relationships

child of 0006868 closedthraxisp wrong strpos function call 
child of 0006971 closedvboctor Mantis 1.0.3 Release 

Activities

There are no notes attached to this issue.