Changeset 2352
- Timestamp:
- 06/26/09 03:42:13 (13 months ago)
- Files:
-
- 1 modified
-
coldbox/trunk/system/services/PluginService.cfc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
coldbox/trunk/system/services/PluginService.cfc
r2322 r2352 166 166 167 167 <!--- Get a new MD cache entry structure ---> 168 <cffunction name="getNewMDEntry" access="p ublic" returntype="struct" hint="Get a new metadata entry structure" output="false" >168 <cffunction name="getNewMDEntry" access="private" returntype="struct" hint="Get a new metadata entry structure" output="false" > 169 169 <cfscript> 170 170 var mdEntry = structNew();
