~fabiocbalbuquerque/sahana-agasti/web-services

« back to all changes in this revision

Viewing changes to lib/model/doctrine/agStaffPackage/base/BaseagStaff.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:
77
77
             'local' => 'id',
78
78
             'foreign' => 'updated_by'));
79
79
 
80
 
        $luceneable0 = new Luceneable(array(
81
 
             ));
82
80
        $timestampable0 = new Doctrine_Template_Timestampable(array(
83
81
             ));
84
 
        $this->actAs($luceneable0);
85
82
        $this->actAs($timestampable0);
86
83
    }
87
84
}
 
 
b'\\ No newline at end of file'