schema api

Fix for schema api 'char' datatype not working ..

  1. <?php
  2. # vim: set filetype=php expandtab tabstop=2 shiftwidth=2 autoindent smartindent:
  3. function balance_install()
  4. {
  5.   drupal_install_schema('balance');
  6. }

schema api 'char' datatype not working ..

  1. <?php # vim: set filetype=php expandtab tabstop=2 shiftwidth=2 autoindent smartindent:
  2.  
  3. function balance_install() {
  4.   drupal_install_schema('balance');
  5. }
Syndicate content