Procházet zdrojové kódy

- use constant for table name, instead of hardcoded name

Frederic G. Marand před 15 roky
rodič
revize
bf6d10dd14
1 změnil soubory, kde provedl 2 přidání a 2 odebrání
  1. 2 2
      qbf.install

+ 2 - 2
qbf.install

@@ -1,5 +1,5 @@
 <?php
-// $Id: qbf.install,v 1.1.4.2 2009-03-17 11:43:04 marand Exp $
+// $Id: qbf.install,v 1.1.4.3 2009-03-17 18:49:21 marand Exp $
 /**
  * @file
  * QBF module - installer
@@ -23,7 +23,7 @@ require_once(drupal_get_path('module', 'qbf') .'/qbf.module');
  */
 function qbf_schema()
   {
-  $schema['qbf_queries'] = array
+  $schema[QBF_TABLE_NAME] = array
     (
     'description' => t('Saved QBF queries.'),
     'fields' => array