View Issue Details

IDProjectCategoryView StatusLast Update
0017378mantisbtcode 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 
Summary0017378: Reduce unneeded global Variables: g_api_included
Description

$g_api_included is defined as a global variable. It's only use is within the require_api() 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 35ad2b52

2014-05-29 05:02

grangeway


Details Diff
Merge pull request 0000184 from grangeway/17378

Fix 0017378: Reduce unneeded global Variables: g_api_included
Affected Issues
0017378
mod - core.php Diff File