View Issue Details

IDProjectCategoryView StatusLast Update
0017377mantisbtcode cleanuppublic2014-12-08 00:34
Reportergrangeway Assigned Tograngeway  
PrioritynormalSeverityminorReproducibilityhave not tried
Status closedResolutionfixed 
Target Version1.3.0-beta.1Fixed in Version1.3.0-beta.1 
Summary0017377: Reduce unneeded global Variables: g_libraries_included
Description

$g_libraries included is defined as a global variable. It's only use is within the require_library() function, and therefore can be implemented as a static variable within this function.

This reduces the number of variables within the global scope

TagsNo tags attached.

Activities

There are no notes attached to this issue.

Related Changesets

MantisBT: master 44285cf9

2014-05-29 04:59

Paul Richards


Details Diff
Fix 0017377: Reduce unneeded global Variables: g_libraries_included Affected Issues
0017377
mod - core.php Diff File

MantisBT: master d233c9df

2014-05-29 05:05

grangeway


Details Diff
Merge pull request #183 from grangeway/17377

Fix 0017377: Reduce unneeded global Variables: g_libraries_included
Affected Issues
0017377
mod - core.php Diff File