~fabiocbalbuquerque/sahana-agasti/web-services

« back to all changes in this revision

Viewing changes to lib/model/doctrine/agEventPackage/base/BaseagEventStaff.class.php

  • Committer: Fabio Albuquerque
  • Date: 2011-08-08 22:10:34 UTC
  • mfrom: (1.26.1 push-trunk)
  • Revision ID: fabiocbalbuquerque@gmail.com-20110808221034-vfr4ggsbxsdllq82
Merges from CUNY SPS

Show diffs side-by-side

added added

removed removed

Lines of Context:
122
122
             'local' => 'id',
123
123
             'foreign' => 'event_staff_id'));
124
124
 
125
 
        $luceneable0 = new Luceneable(array(
126
 
             ));
127
125
        $timestampable0 = new Doctrine_Template_Timestampable(array(
128
126
             ));
129
 
        $this->actAs($luceneable0);
130
127
        $this->actAs($timestampable0);
131
128
    }
132
129
}
 
 
b'\\ No newline at end of file'