dolibarr/htdocs/admin/tools
Frédéric FRANCE 0ace4d500b
FIX: Remove always-true error checks in mysql dump export (#39339)
$errormsg is initialized to '' just above and nothing sets it before
these checks in the mysql branch, so PHPStan correctly flags both
negated conditions as always true (booleanNot.alwaysTrue). Unlike the
postgresql branch below, this is the first $what branch evaluated, so
there is no earlier code path that could have set $errormsg yet.

Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>
2026-07-31 21:34:51 +02:00
..
ui Qual: Fix PHPStan notices (#37977) 2026-04-23 15:26:53 +02:00
dolibarr_export.php Debug v24 2026-06-02 18:18:44 +02:00
dolibarr_import.php Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into 2026-04-03 22:54:53 +02:00
export.php FIX: Remove always-true error checks in mysql dump export (#39339) 2026-07-31 21:34:51 +02:00
export_files.php Clean code 2026-07-18 18:31:45 +02:00
index.php Look and feel v23 2025-12-29 16:53:04 +01:00
listevents.php Qual: Fix 'SqlInjection' notices (#39224) 2026-07-20 02:51:54 +02:00
listsessions.php FIX: escape session list fields (#39129) 2026-07-13 12:05:08 +02:00
purge.php Doc 2025-10-31 16:28:21 +01:00
update.php