The nature of the call….

  1. <?php
  2. $productivity = 100;
  3. while ( in_array( $productivityKiller, $participants )) {
  4.     $this->Meeting->set( ‘productivity’ , $productivity - - );
  5.     if ( $productivity < 0 ) {
  6.         $this->setError( ‘Please hang up, and try again.’ );
  7.         exit;
  8.     }
  9. }
  10. ?>

note that the double dash keeps wanting to become a em-dash and I am not responsible for the smarten of the quotes, for those that want to criticize the code, get a life it’s a joke


About this entry