Changeset 9241
- Timestamp:
- 03/16/10 20:10:47 (2 years ago)
- Files:
-
- modules/branches/2.8/pinsets/install.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
modules/branches/2.8/pinsets/install.php
r9227 r9241 36 36 $check = $db->query($q); 37 37 if(DB::IsError($check)) { 38 die_freepbx("Can not create pinsets tables\n");38 die_freepbx("Can not create pinset tables\n".$check->getDebugInfo()); 39 39 } 40 40 }
