*cough*
sorry, it seems my private logging was carried over to the nb-snapshots

this occurs in 1.2.0 and ongoing until the 1.2.2 beta
sorry. please re-download the package you got and replace:
lib/dbwrapper_mysql.php
That should do the trick.
I have fixed all versions.
If not, tell me.
The code you can safely remove is:
62 if ($data==array() && strpos($name,"inject")!==false) {
63 //log for me
64 System("echo \"".date("Y:m:d H:i:s:").": Sorry, we g ot an empty query here: $sql\" >>/var/log/shino/emptyqueries.log");
65 System("echo >>/var/log/shino/emptyqueries.log");
66 }
This was done to log empty queries on my server.