~fabiocbalbuquerque/sahana-agasti/web-services

« back to all changes in this revision

Viewing changes to lib/model/doctrine/base/BaseagAddress.class.php

  • Committer: Chad Heuschober
  • Date: 2011-05-04 18:50:43 UTC
  • mfrom: (1.1.971 trunk)
  • Revision ID: chad.heuschober@mail.cuny.edu-20110504185043-k91xu7u2hbzxlblx
Merged in most recent changes from cuny-sps-trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
68
68
              0 => 'address_standard_id',
69
69
             ),
70
70
             ));
 
71
        $this->index('IX_agAddress_hash', array(
 
72
             'fields' => 
 
73
             array(
 
74
              0 => 'address_hash',
 
75
             ),
 
76
             ));
71
77
    }
72
78
 
73
79
    public function setUp()