[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
SF.net SVN: ledger-smb:[2306] trunk/sql/modules/Entity.sql
- Subject: SF.net SVN: ledger-smb:[2306] trunk/sql/modules/Entity.sql
- From: ..hidden..
- Date: Sat, 30 Aug 2008 22:22:52 +0000
Revision: 2306
http://ledger-smb.svn.sourceforge.net/ledger-smb/?rev=2306&view=rev
Author: einhverfr
Date: 2008-08-30 22:22:51 +0000 (Sat, 30 Aug 2008)
Log Message:
-----------
Correcting 2081966
Modified Paths:
--------------
trunk/sql/modules/Entity.sql
Modified: trunk/sql/modules/Entity.sql
===================================================================
--- trunk/sql/modules/Entity.sql 2008-08-30 22:21:00 UTC (rev 2305)
+++ trunk/sql/modules/Entity.sql 2008-08-30 22:22:51 UTC (rev 2306)
@@ -47,7 +47,7 @@
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;
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.