selectField( 'site_stats', 'ss_images' ); echo wfWikiID().": forcing ss_images to $count\n"; // First set to NULL so that it changes on the master $dbw->update( 'site_stats', array( 'ss_images' => null ), array( 'ss_row_id' => 1 ) ); // Now this update will be forced to go out $dbw->update( 'site_stats', array( 'ss_images' => $count ), array( 'ss_row_id' => 1 ) ); ?>