Error on line 163 of remindme.module (cron function)
lcba - January 19, 2004 - 20:30
| Project: | Remindme |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | killes@www.drop.org |
| Status: | closed |
Jump to:
Description
Hello,
I was getting an error on the cron.php file from drupal.
The error is on line 163 of the remindme.module file
There is an error on the group by clause of the SQL statement
Bye.

#1
I fixed this by changing on line 163 in remindme.module u.nid to u.uid
#2
fixed
#3