Changeset 3088

Show
Ignore:
Timestamp:
01/17/08 19:53:50 (10 months ago)
Author:
ixokai
Message:

Fixes watcher #2430 for pg compatibility

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • announcerplugin/0.11/announcerplugin/subscribers/watchers.py

    r3087 r3088  
    7777               AND category=%s 
    7878               AND rule=%s 
    79         """, (sid, authenticated, 'watcher', realm, 'changed', resource)) 
     79        """, (sid, authenticated and 1 or 0, 'watcher', realm, 'changed', resource)) 
    8080         
    8181        result = cursor.fetchone()