From f14f96bd6fe3e562b8653dda2fd1c3e9a5702047 Mon Sep 17 00:00:00 2001 From: einhverfr Date: Sat, 30 Aug 2008 22:22:51 +0000 Subject: Correcting 2081966 git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@2306 4979c152-3d1c-0410-bac9-87ea11338e46 --- sql/modules/Entity.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sql') diff --git a/sql/modules/Entity.sql b/sql/modules/Entity.sql index 9c742e4b..71eca451 100644 --- a/sql/modules/Entity.sql +++ b/sql/modules/Entity.sql @@ -47,7 +47,7 @@ declare BEGIN SELECT * INTO v_row FROM entity WHERE id = in_entity_id; IF NOT FOUND THEN - raise exception "Could not find entity with ID %", in_entity_id; + raise exception 'Could not find entity with ID %', in_entity_id; ELSE return next v_row; END IF; -- cgit v1.2.3