[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

SF.net SVN: ledger-smb:[2533] trunk/sql/modules/Reconciliation.sql



Revision: 2533
          http://ledger-smb.svn.sourceforge.net/ledger-smb/?rev=2533&view=rev
Author:   einhverfr
Date:     2009-03-25 22:52:49 +0000 (Wed, 25 Mar 2009)

Log Message:
-----------
Correction to delete recon report function

Modified Paths:
--------------
    trunk/sql/modules/Reconciliation.sql

Modified: trunk/sql/modules/Reconciliation.sql
===================================================================
--- trunk/sql/modules/Reconciliation.sql	2009-03-25 22:35:05 UTC (rev 2532)
+++ trunk/sql/modules/Reconciliation.sql	2009-03-25 22:52:49 UTC (rev 2533)
@@ -68,7 +68,7 @@
 $$ LANGUAGE PLPGSQL;
 
 CREATE OR REPLACE FUNCTION reconciliation__delete_report(in_report_id int)
-RETURN bool AS 
+RETURNS bool AS 
 $$
     DECLARE
     BEGIN


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.