Changeset 1707
- Timestamp:
- Oct 7, 2010, 9:50:08 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpc/trunk/project/lib/model/doctrine/Commentaire.class.php
r1438 r1707 9 9 if (!function_exists('url_for')) 10 10 sfProjectConfiguration::getActive()->loadHelpers(array('Url')); 11 return url_for($this->lien).'# Commentaire_'.$this->id;11 return url_for($this->lien).'#commentaire_'.$this->id; 12 12 } 13 13 public function getPersonne() {
Note: See TracChangeset
for help on using the changeset viewer.