Changeset 1453
- Timestamp:
- Sep 27, 2010, 2:26:19 AM (10 years ago)
- Location:
- cpc/trunk/project
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
cpc/trunk/project/config/doctrine/schema.yml
r1449 r1453 662 662 query: string 663 663 filter: string 664 query_md5: string(32) 664 665 titre: string 665 666 confirmed: boolean … … 677 678 indexes: 678 679 index_uniq: 679 fields: [email, citoyen_id, query , filter]680 fields: [email, citoyen_id, query_md5] 680 681 type: unique 681 682 -
cpc/trunk/project/lib/model/doctrine/Alerte.class.php
r1441 r1453 38 38 if ($this->citoyen_id) 39 39 $this->confirmed = 1; 40 $this->query_md5 = md5($this->query.$this->filter); 40 41 return parent::save($c); 41 42 }
Note: See TracChangeset
for help on using the changeset viewer.