Search Changesets

MantisBT: master-2.27 38a56985

2025-08-14 04:15

dregad


Details Diff
Fix DB error updating category on PostgreSQL

ERROR: invalid input syntax for type integer: "TRUE" for the query:
UPDATE mantis_category_table SET name=$1, user_id=$2, status=$3
WHERE id=$4.

Regression introduced by commit 05c1639f45bfc0c3392288930f37f351bfcfc7b9
(issue 0031017).

Fixes 0036263
Affected Issues
0031017, 0036263
mod - manage_proj_cat_update.php Diff File