--- orig/pacs.module 2006-06-13 18:01:52.000000000 -0700 +++ pacs.module 2006-09-25 15:35:32.000000000 -0700 @@ -595,10 +595,10 @@ function pacs_settings() { $form['book_sync']['pacs_sync_book'] = array( '#type' => 'checkbox', '#title' => t('synchronize the pacs tree with the book page hierarchies'), - '#default_value' => variable_get('pacs_sync_book',1), + '#default_value' => variable_get('pacs_sync_book',0), '#description' => t('Enable this option to maintain your book page hierarchy automatically synchronized with the pacs tree.') ); - if (variable_get('pacs_sync_book',1)) { + if (variable_get('pacs_sync_book',0)) { $form['book_sync']['sync_now'] = array( '#type' => 'button', '#value' => t('synchronize now'),