diff --git a/dblayeroo.php b/dblayeroo.php index 72bc971..452c222 100644 --- a/dblayeroo.php +++ b/dblayeroo.php @@ -2558,9 +2558,10 @@ class dblayeroo $objTmp->limitLines (3); $resUpdate = $objTmp->execute (); unset ($objTmp); - if (count ($resUpdate) > 1) +/* if (count ($resUpdate) > 1) $this->DBException (sprintf (dgettext ("domframework", "Can't update multiple rows with unique value"), $columns)); +*/ if (count ($resUpdate) === 0) { // There is no row available with the WHERE clause provided