The Arcive of vBulletin Modifications Site. |
|
|
#1
|
||||
|
||||
|
hmm, look:
[sql]UPDATE user SET ppd=posts/((UNIX_TIMESTAMP(NOW())-joindate)/86400)[/sql] should be: Code:
UPDATE user SET ppd=posts/((UNIX_TIMESTAMP(NOW())-joindate)/86400) please don't hate me pointing at thos bugs chen
|
|
#2
|
||||
|
||||
|
The [sql] tag was never officialy released and not meants for use for this exact reason... it also have bugs with quotes I think. I just got around to fix it.
|
![]() |
|
|