/[drupal]/contributions/modules/pbs/pbs.install
ViewVC logotype

Diff of /contributions/modules/pbs/pbs.install

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

revision 1.4, Wed Apr 22 02:03:03 2009 UTC revision 1.5, Fri Oct 16 02:33:00 2009 UTC
# Line 6  function pbs_install() { Line 6  function pbs_install() {
6    $bundles = field_info_bundles();    $bundles = field_info_bundles();
7    foreach ($bundles as $bundle => $label) {    foreach ($bundles as $bundle => $label) {
8      pbs_create_bundle_tables($bundle);      pbs_create_bundle_tables($bundle);
9      pbs_synchronize_bundle($bundle);      pbs_initialize_bundle($bundle);
10    }    }
11  }  }
12    

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

  ViewVC Help
Powered by ViewVC 1.1.2