From 9bbdb71ee4ccc1cf5433d8c21c8d96f668f81d2b Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Fri, 6 Aug 2004 20:15:32 +0000 Subject: - Patch #9330: ucfirst() gives problem when used with multibyte charset. Replaced the use of ucfirst() with a CSS-based solution. --- database/database.pgsql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'database/database.pgsql') diff --git a/database/database.pgsql b/database/database.pgsql index d59fa6e6b..289a2e275 100644 --- a/database/database.pgsql +++ b/database/database.pgsql @@ -354,7 +354,7 @@ CREATE TABLE node_access ( grant_update smallint NOT NULL default '0', grant_delete smallint NOT NULL default '0', PRIMARY KEY (nid,gid,realm) -); +); -- -- cgit v1.2.3