[opencimetiere-Commits] r775 - branches/trunk_retour_form/obj

2 views
Skip to first unread message

apas...@adullact.net

unread,
Jul 9, 2018, 8:50:52 AM7/9/18
to openmairie-o...@googlegroups.com
Author: apasquini
Date: 2018-07-09 14:50:49 +0200 (Mon, 09 Jul 2018)
New Revision: 775

Modified:
branches/trunk_retour_form/obj/emplacement.class.php
Log:
Suppression du If dnas la fonction retour qui provoque une erreur

Modified: branches/trunk_retour_form/obj/emplacement.class.php
===================================================================
--- branches/trunk_retour_form/obj/emplacement.class.php 2018-07-09 12:48:42 UTC (rev 774)
+++ branches/trunk_retour_form/obj/emplacement.class.php 2018-07-09 12:50:49 UTC (rev 775)
@@ -324,13 +324,9 @@

echo "\n<a class=\"retour\" ";
echo "href=\"";
- //
-
- if ($this->getParameter("retour")=="form" AND !($this->getParameter("validation")>0 AND $this->getParameter("maj")==2 AND $this->correct)) {
- echo OM_ROUTE_FORM;
- } else {
- echo OM_ROUTE_TAB;
- }
+
+ echo OM_ROUTE_TAB;
+
if ($this->getParameter("specific_origin") != NULL) {
echo "&obj=".$this->getParameter("specific_origin");
} else {

Reply all
Reply to author
Forward
0 new messages