From 926c02dd0d436dc60a465f7c47431ab9ed80e6f0 Mon Sep 17 00:00:00 2001 From: alex Date: Tue, 4 Sep 2018 10:03:30 +0200 Subject: [PATCH] changed field comment for bezeichnung --- include/filter.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/filter.class.php b/include/filter.class.php index 9084015b8..3578d7dcf 100644 --- a/include/filter.class.php +++ b/include/filter.class.php @@ -33,7 +33,7 @@ class filter extends basis_db //Tabellenspalten protected $filter_id; // integer (PK) protected $kurzbz; // varchar(32) unique - protected $bezeichnung; // varchar(32) + protected $bezeichnung; // varchar(64) (label shown before filter dropdown) protected $sql; // text protected $valuename; // varchar(32) protected $showvalue; // boolean (should the value be showed in the input widget