~divmod-dev/divmod.org/imap-server-440

« back to all changes in this revision

Viewing changes to ClickChronicle/clickchronicle/publicpage.py

  • Committer: moe
  • Date: 2006-01-30 17:21:46 UTC
  • Revision ID: svn-v4:866e43f7-fbfc-0310-8f2a-ec88d1da2979:trunk:4355
err, "0" is not a good value to use as the limit of a query.  fixes CC public page (broken in r4021)

Show diffs side-by-side

added added

removed removed

Lines of Context:
300
300
 
301
301
    title = 'ClickChronicle'
302
302
    maxTitleLength = 70
303
 
    maxClickQueryResults = 0
 
303
    maxClickQueryResults = 10
304
304
 
305
305
    def __init__(self, publicPage, staticContent, forUser=None):
306
306
        """