View Issue Details

IDProjectCategoryView StatusLast Update
0011806mantisbtcode cleanuppublic2014-09-23 18:05
Reportertomkraw1 Assigned Todregad  
PrioritylowSeveritytrivialReproducibilityalways
Status closedResolutionfixed 
Product Version1.2.0 
Target Version1.2.9Fixed in Version1.2.9 
Summary0011806: not necessary instructionss
Description

In file database_api.php in function db_prepare_string there are two times case instructions for mssql and odbc_mssql. Both of them are not necessary.

TagsNo tags attached.

Relationships

related to 0015721 closedgrangeway Functionality to consider porting to master-2.0.x 

Activities

dregad

dregad

2012-01-09 10:36

developer   ~0030879

Done, thanks for the bug report.

grangeway

grangeway

2013-04-05 17:57

reporter   ~0036361

Marking as 'acknowledged' not resolved/closed to track that change gets ported to master-2.0.x branch

Related Changesets

MantisBT: master b6c74564

2012-01-09 02:13

dregad


Details Diff
Fix 0011806: code cleanup in db_prepare_string()

Removed unnecessary cases for 'mssql' and 'odbc_mssql' from the switch
statement.
Affected Issues
0011806
mod - core/database_api.php Diff File

MantisBT: master-1.2.x 224ca743

2012-01-09 02:13

dregad


Details Diff
Fix 0011806: code cleanup in db_prepare_string()

Removed unnecessary cases for 'mssql' and 'odbc_mssql' from the switch
statement.
Affected Issues
0011806
mod - core/database_api.php Diff File