Changeset 103
- Timestamp:
- 12/16/07 21:22:28 (4 years ago)
- Location:
- branches/beta
- Files:
-
- 3 edited
-
HandlerMenu_OSC.dcr (modified) (previous)
-
HandlerMenu_OSC.dir (modified) (previous)
-
castlib1/thisMoviesScript.ls (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/beta/castlib1/thisMoviesScript.ls
r100 r103 262 262 263 263 if len < 1 then 264 -- we cache only the results, if there is no search word 265 -- otherwise we would need to cache the result for every different searchword 264 266 pCachedResults = xscr().mGetGlobalValue(#pCachedResults) 265 267 if ilk(pCachedResults) <> #proplist then … … 269 271 cached = pCachedResults.getaprop(string(memref)) 270 272 if ilk(cached) = #proplist then 271 theDate = cached.getaprop(# moddate)273 theDate = cached.getaprop(#theDate) 272 274 if theDate = memref.modifiedDate then 273 275 found = 1
Note: See TracChangeset
for help on using the changeset viewer.
