View Issue Details

IDProjectCategoryView StatusLast Update
0006867mantisbtfilterspublic2006-09-12 00:52
Reporterjiangxin Assigned Tothraxisp  
PrioritynormalSeveritymajorReproducibilityalways
Status closedResolutionfixed 
Fixed in Version1.1.0a1 
Summary0006867: Call to undefined function: string_strip_tags() in query_store_page.php
Description

query_store_page.php line 41
$t_error_msg = string_strip_tags( gpc_get_string( 'error_msg', null ) );
should be
$t_error_msg = strip_tags( gpc_get_string( 'error_msg', null ) );

TagsNo tags attached.

Relationships

duplicate of 0006668 closedthraxisp Parse error while saving new filter: Call to undefined function: string_strip_tags() 
has duplicate 0007105 closedvboctor Unable to create new folders/Folders disappear ans reappear 

Activities

jiangxin

jiangxin

2006-03-18 11:45

reporter   ~0012364

I checked the cvs log of file query_store_page.php, and see thraxisp fixed the bug in BRANCH_1_0_0, but in MAIN TRUNK, this bug still there.

I have a question. Which is the developing version, CVS HEAD or BRANCH_1_0_0?

thraxisp

thraxisp

2006-03-19 21:33

reporter   ~0012367

Fixed in CVS. I missed propagating the fix from the previous release.

CVS HEAD is the tag for ongoing 1.1 development. The 1_0_0 branch is for major bug or security fixes to release 1.0.1 only.