The uc_userpoints_award.module I was getting an error because of db_num_rows(). I noticed that the db query that this was running against would only return 0 or 1, so I replaced this with !empty. Works as expected now.

CommentFileSizeAuthor
uc_userpoints_award.patch664 bytescrashtest_

Comments

betz’s picture

Status: Needs review » Closed (fixed)

commited