From a0b76f92d0186d8efcb9105bfce8d01a6efe3544 Mon Sep 17 00:00:00 2001 From: einhverfr Date: Sun, 5 Oct 2008 22:23:28 +0000 Subject: Correcting load issue with Person.sql git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@2351 4979c152-3d1c-0410-bac9-87ea11338e46 --- sql/modules/Person.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sql') diff --git a/sql/modules/Person.sql b/sql/modules/Person.sql index 9bdc9e1f..dbc73b3b 100644 --- a/sql/modules/Person.sql +++ b/sql/modules/Person.sql @@ -233,7 +233,7 @@ BEGIN AND loc.id = in_location_id; IF NOT FOUND THEN - RAISE EXCEPTION "Cannot find records to delete for entity % and location %", in_entity_id, in_location_id; + RAISE EXCEPTION 'Cannot find records to delete for entity % and location %', in_entity_id, in_location_id; ELSE DELETE FROM people_to_location WHERE location_id = in_location_id; DELETE FROM location WHERE location_id = in_location_id; -- cgit v1.2.3