From 7cc7965eeade4cf16bb993793ec1304abcd2c554 Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Sun, 19 Sep 2004 16:26:08 +0000 Subject: [PATCH] reworked infolog so-layer to use new db-functions to allow updates under MaxDB --- infolog/inc/class.soinfolog.inc.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/infolog/inc/class.soinfolog.inc.php b/infolog/inc/class.soinfolog.inc.php index 6f9fdae5c3..820c8f308d 100644 --- a/infolog/inc/class.soinfolog.inc.php +++ b/infolog/inc/class.soinfolog.inc.php @@ -517,9 +517,6 @@ $columns = array('info_from','info_subject','info_extra_value'); switch($this->db->Type) { - case 'mssql': - $columns[] = 'CAST(info_des AS varchar)'; - break; case 'sapdb': case 'maxdb': // at the moment MaxDB 7.5 cant cast nor search text columns, it's suppost to change in 7.6