Skip to content
  • Dries Buytaert's avatar
    - Changed field_set(), field_get() and field_merge() to use ',' and · c56ee67e
    Dries Buytaert authored
      '=' instead of ';' and ':'.  It is considered to be more readable.
      --> A _first_ step towards and improved index.module.  Stay tuned
          for more.
    
      + Important:
         If you update from CVS - apply the queries in 2.00-to-x.xx.sql!
    
    - Changed all 'attribute' to 'attributes'.
    
      + Important:
         If you update from CVS - apply the queries in 2.00-to-x.xx.sql!
    
      + Important:
         This might require to ieni-wieni small update to your custom
         themes and/or node-related modules:
          - themes: node_index($node->attribute) -> node_index($node)
          - node modules: attribute -> attributes
    c56ee67e