View Issue Details

IDProjectCategoryView StatusLast Update
0015921mantisbtcode cleanuppublic2014-02-07 18:24
Reporterdregad Assigned Todregad  
PrioritynormalSeverityminorReproducibilityN/A
Status closedResolutionfixed 
Product Version1.2.15 
Target Version1.2.16Fixed in Version1.2.16 
Summary0015921: Temp variables defined in global scope should be unset() after use
Description

There are several temporary/working variables in config_defaults_inc.php, core.php and a few API modules which are not unset when they are no longer needed.

TagsNo tags attached.

Activities

There are no notes attached to this issue.

Related Changesets

MantisBT: master-1.2.x 41cdb926

2013-05-25 12:31

dregad


Details Diff
Temp var defined in global scope should be unset() after use

Fixes 0015921
Affected Issues
0015921
mod - config_defaults_inc.php Diff File
mod - core.php Diff File
mod - core/custom_field_api.php Diff File
mod - core/plugin_api.php Diff File

MantisBT: master 5e25d9ff

2013-05-25 12:31

dregad


Details Diff
Temp var defined in global scope should be unset() after use

Fixes 0015921
Affected Issues
0015921
mod - config_defaults_inc.php Diff File
mod - core.php Diff File
mod - core/custom_field_api.php Diff File
mod - core/plugin_api.php Diff File

MantisBT: master 82bc5a79

2013-05-27 01:51

dregad


Details Diff
Fix 0015921: Unset $t_hosts after use Affected Issues
0015921
mod - config_defaults_inc.php Diff File

MantisBT: master-1.2.x 5ba86453

2013-05-27 01:51

dregad


Details Diff
Fix 0015921: Unset $t_hosts after use Affected Issues
0015921
mod - config_defaults_inc.php Diff File