/[drupal]/contributions/modules/qb/qb.inc
ViewVC logotype

Diff of /contributions/modules/qb/qb.inc

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.4, Sun Aug 2 23:48:26 2009 UTC revision 1.5, Sun Aug 2 23:52:53 2009 UTC
# Line 1  Line 1 
1  <?php // $Id: qb.inc,v 1.3 2009/02/03 21:32:17 vauxia Exp $  <?php // $Id: qb.inc,v 1.4 2009/08/02 23:48:26 vauxia Exp $
2    
3  /**  /**
4   * @file   * @file
# Line 23  function qb_settings() { Line 23  function qb_settings() {
23      '#type'        => 'textfield',      '#type'        => 'textfield',
24      '#title'       => t('Company file'),      '#title'       => t('Company file'),
25      '#description' => t('The full path to your quickbooks company file, e.g. C:\Data\MyCompany\MyCompany.qdb.  If you leave this blank, applications will use the file that is currently open on your workstation.'),      '#description' => t('The full path to your quickbooks company file, e.g. C:\Data\MyCompany\MyCompany.qdb.  If you leave this blank, applications will use the file that is currently open on your workstation.'),
26        '#default_value' => variable_get('qb_company_file', ''),
27    );    );
28    // Make sure the buttons show up someplace responsible.    // Make sure the buttons show up someplace responsible.
29    $form['buttons'] = array('#weight' => 10);    $form['buttons'] = array('#weight' => 10);

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

  ViewVC Help
Powered by ViewVC 1.1.2