At line 848 of time_tracker.module the following code has a bug:

$users = db_query("SELECT uid, name FROM users WHERE uid > 0");

But it should be

$users = db_query("SELECT uid, name FROM {users} WHERE uid > 0");

Comments

codi’s picture

Assigned: Unassigned » codi
Status: Patch (to be ported) » Fixed

Fixed in dev.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.