Parent Directory
|
Revision Log
|
Revision Graph
|
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 |
|
||||||||
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |