$time = $wasted;
Regular readers will be aware that Greg Stanton is a bad coder, because I showed you a few days ago. Well today I found some shocking code today, and thought you’d all appreciate a laugh - make those last 30 minutes of the week go a bit faster:
define( "dbHost", IC_DB_HOST );
if (!defined("dbUser")) define("dbUser", IC_DB_USER );
if (!defined("dbPassword")) define("dbPassword", IC_DB_PASS);
define( 'Clampsdb_Name', IC_DB_DB );
One again, Greg Stanton - I salute you!