Ignore:
Timestamp:
Apr 25, 2012, 9:48:10 PM (12 years ago)
Author:
us3
Message:

Added DONE status, check for other unknown statuses that are added

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/manage-us3-pipe.php

    r1 r3  
    4343   global $user;
    4444   global $passwd;
     45   global $self;
    4546
    4647   $list                   = explode( ": ", $msg );
     
    5657   if ( ! $resource )
    5758   {
    58       write_log( "$self process(): Could not connect to DB" );
     59      write_log( "$self process(): Could not connect to MySQL - " . mysql_error() );
    5960      write_log( "$self process(): original msg - $msg" );
    6061      return;
Note: See TracChangeset for help on using the changeset viewer.