From 6bfa84bb7455477feb2183a98bcbd25da9545c06 Mon Sep 17 00:00:00 2001 From: Meik Sievertsen Date: Fri, 16 Jan 2009 17:35:55 +0000 Subject: any_char and one_char being public added comment to firebird class for obtaining version removed the use of prepared statements, the implementation is buggy and non-functional (types are missing) git-svn-id: file:///svn/phpbb/trunk@9265 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/includes/db/dbal.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'phpBB/includes/db/dbal.php') diff --git a/phpBB/includes/db/dbal.php b/phpBB/includes/db/dbal.php index 8192de210b..99474635b6 100644 --- a/phpBB/includes/db/dbal.php +++ b/phpBB/includes/db/dbal.php @@ -186,12 +186,12 @@ abstract class phpbb_dbal /** * @var string Wildcard for matching any (%) character within LIKE expressions */ - protected $any_char; + public $any_char; /** * @var string Wildcard for matching exactly one (_) character within LIKE expressions */ - protected $one_char; + public $one_char; /** * @var array Storing cached result rowset -- cgit v1.2.1