Changeset 120887 in spip-zone
- Timestamp:
- Jan 29, 2020, 5:50:17 PM (13 months ago)
- Location:
- _plugins_/trad-lang/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
_plugins_/trad-lang/trunk
- Property subgit:lock:a7d55cf7baf0f2abd2cc955a58da7bd0a66c381b deleted
-
Property
subgit:lock:fa77fb419f6c754099fb3c77d4847995a476fdbe
set to
2020-01-29T18:50:22.455
-
_plugins_/trad-lang/trunk/salvatore/ecriveur.php
r119867 r120887 275 275 $commit_infos[$lang]['author'] = $auteur['email']; 276 276 if ($auteur['nom']) { 277 $commit_infos[$lang]['author'] = $auteur['nom'] . " <" . $commit_infos[$lang]['author'] . ">";277 $commit_infos[$lang]['author'] = $auteur['nom'] . " <" . $commit_infos[$lang]['author'] . ">"; 278 278 } 279 279 salvatore_log("Le commiteur pour la langue $lang : " . $commit_infos[$lang]['author']);
Note: See TracChangeset
for help on using the changeset viewer.