Index: tagorder.install
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/tagorder/tagorder.install,v
retrieving revision 1.2.4.4
diff -u -p -r1.2.4.4 tagorder.install
--- tagorder.install	27 Mar 2009 18:42:49 -0000	1.2.4.4
+++ tagorder.install	22 Oct 2010 16:27:48 -0000
@@ -18,35 +18,35 @@
       'description' => t('Stores order (weight) information for taxonomy terms per node revision'),
       'fields' => array(
         'nid' => array(
-          'type' => int,
+          'type' => 'int',
           'unsigned' => TRUE,
           'not_null' => TRUE,
           'default' => 0,
           'description' => t('The {node}.nid which this taxonomy term is associated with.'),
         ),
         'vid' => array(
-          'type' => int,
+          'type' => 'int',
           'unsigned' => TRUE,
           'not_null' => TRUE,
           'default' => 0,
           'description' => t('The {node}.vid which this taxonomy term is associated with.'),
         ),
         'vocabid' => array(
-          'type' => int,
+          'type' => 'int',
           'unsigned' => TRUE,
           'not_null' => TRUE,
           'default' => 0,
           'description' => t('The {vocabulary}.vid which this taxonomy term is associated with.'),
         ),
         'tid' => array(
-          'type' => int,
+          'type' => 'int',
           'unsigned' => TRUE,
           'not_null' => TRUE,
           'default' => 0,
           'description' => t('The tid for this taxonomy term.'),
         ),
         'weight' => array(
-          'type' => int,
+          'type' => 'int',
           'unsigned' => TRUE,
           'not_null' => TRUE,
           'default' => 0,
