MantisBT: master-2.27 38a56985

Author Committer Branch Timestamp Parent
dregad dregad master-2.27 2025-08-14 04:15 master-2.27 92006b17
Affected Issues  0031017: Allow disabling Categories
 0036263: Error editing categories with PostgreSQL: APPLICATION ERROR 401
Changeset

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

mod - manage_proj_cat_update.php Diff File