// Check to make sure that both section and page caches are created
   if ( (not
StructKeyExists(server.cfa.siteModel[siteModelServerScope],"sections") or
not structKeyExists( server.cfa.sitemodel[sitemodelserverscope].sections,
"dtLastRefresh" ) ) or ( not
------> structKeyExists(server.cfa.siteMode[siteModelServerScope],"pages")
or not structKeyExists( server.cfa.sitemodel[sitemodelserverscope].pages,
"dtLastRefresh" )))

------>  should be
structKeyExists(server.cfa.siteModel[siteModelServerScope],"pages") or not
structKeyExists( server.cfa.sitemodel

It's a typo.
______________________________________________________________________
Get the mailserver that powers this list at http://www.coolfusion.com
------------------------------------------------------------------------------
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/spectra_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to