removed shortcuts from antville. support of shortcut is now optional via zip module

This commit is contained in:
Tobi Schäfer 2003-02-11 16:54:07 +00:00
parent 1028d1e78d
commit b458c2cab1
6 changed files with 1 additions and 91 deletions

View file

@ -179,7 +179,7 @@ function getRenderedContentPart (name) {
var partLastRendered = this.cache["lastRendered_"+name];
if (partLastRendered <= this.modifytime ||
partLastRendered <= this.cache.modifytime) {
// enable caching; some macros (eg. poll, shortcut, storylist)
// enable caching; some macros (eg. poll, storylist)
// will set this to false to prevent caching of a contentpart
// containing them [rg]
req.data.cachePart = true;