Changeset 9241

Show
Ignore:
Timestamp:
03/16/10 20:10:47 (2 years ago)
Author:
p_lindheimer
Message:

tweaks to get better error messages if table creation fails

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • modules/branches/2.8/pinsets/install.php

    r9227 r9241  
    3636  $check = $db->query($q); 
    3737  if(DB::IsError($check)) { 
    38    die_freepbx("Can not create pinsets tables\n"); 
     38    die_freepbx("Can not create pinset tables\n".$check->getDebugInfo()); 
    3939  } 
    4040}