Changed them to more specified variables, as to not conflict with other possible code.
Fix to issue #303, by using variables for !empty if statement
Currently, we SELECT * from the pastes table, when all we need is the pid and the expiry. This causes elevated RAM consumption by Stikked since it has to pull in paste bodies as well. Make the cron only pull in pid and expiry.