diff options
author | Dries Buytaert <dries@buytaert.net> | 2005-11-12 09:14:30 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2005-11-12 09:14:30 +0000 |
commit | 7dd24bec5c65462a095fd5a011e75113aab3714c (patch) | |
tree | e0939056cc189fc85873c2ab4c06d5392555742c /modules/poll.module | |
parent | c2fcb6d5198f0bbec54787744eac0ed24ef9db96 (diff) | |
download | brdo-7dd24bec5c65462a095fd5a011e75113aab3714c.tar.gz brdo-7dd24bec5c65462a095fd5a011e75113aab3714c.tar.bz2 |
- SQL query maintenance: '%d' -> %d.
Diffstat (limited to 'modules/poll.module')
-rw-r--r-- | modules/poll.module | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/poll.module b/modules/poll.module index 8ee7c3b3a..9ca9a4787 100644 --- a/modules/poll.module +++ b/modules/poll.module @@ -97,7 +97,7 @@ function poll_execute(&$node) { $node->choice = array_values($node->choice); $node->teaser = poll_teaser($node); } - + /** * Implementation of hook_validate(). */ |