Line 138:

db_query("DELETE FROM semaphore WHERE value = 'httprl' AND expire < %f", time() - $fuzz_factor);

gives me watchdog errors because we are using a db prefix. Code should be:

db_query("DELETE FROM {semaphore} WHERE value = 'httprl' AND expire < %f", time() - $fuzz_factor);

in D6.

Comments

mikeytown2’s picture

Status: Active » Postponed (maintainer needs more info)

Try the latest dev, it should be fixed in it. #1846282: Fix coder warnings

mikeytown2’s picture

Status: Postponed (maintainer needs more info) » Closed (works as designed)

Closing issue