logo
Toggle navigation
Begin main navigation
About
Projects
Download
Documentation
Wiki
Forums
Log In
Go!
OpenACS – The Toolkit for Online Communities
:
Forums
:
OpenACS Development
: XoWiki: Fixed Problem in resolve_request with popular = ""
Begin main content
Forum OpenACS Development: XoWiki: Fixed Problem in resolve_request with popular = ""
Search:
Back to OpenACS Development
1
:
XoWiki: Fixed Problem in resolve_request with popular = ""
Posted by
Frank Bergmann
on
06/22/12 04:35 PM
Hi, For some reason Google ran into a problem indexing our www.project-open.org/en/ Wiki site with the URL: http://www.project-open.org/en/tag/Calendar_Item?summary=1&popular= (You can see that "popular" is empty). So I've added a line
if {"" == $popular} { set popular 1 }
behind the line
set popular [::xo::cc query_parameter popular 0]
Cheers, Frank
2
:
Re: XoWiki: Fixed Problem in resolve_request with popular = ""
(response to
1
)
Posted by
Gustaf Neumann
on
08/11/12 10:37 AM
fixed in a similar way in CVS HEAD
Back to OpenACS Development