SimpleMachines / tools

Tools for SMF: useful scripts, install/repair and others.
22 stars 34 forks source link

Fix topic counts & add pg support #50

Closed sbulen closed 3 years ago

sbulen commented 3 years ago

Fixes #48

Also addresses an issue where the topics counter was incorrect.

I did not add a new smcFunc for UPDATE... SET... Just brute-forced it by $db_type instead. Confirmed it works for both pg & mysql.