File: /modules/phreedom/includes/bigdump.txt

Changes to the BigDump Release 0.31b to work within the PhreeBooks framework

Many changes see within file.

Also, 
Remove donate form, references to BigDump sources

Set db defines:
  $db_server   = DB_SERVER_HOST;
  $db_name     = DB_DATABASE;
  $db_username = DB_SERVER_USERNAME;
  $db_password = DB_SERVER_PASSWORD;

add:
comment[] = '/*';  // for PhreeBooks Release 1.5 and earlier company backups

change:
$db_connection_charset = 'utf8'; // *************** Set to utf8 for PhreeBooks *********************
