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

SF.net SVN: ledger-smb:[2352] trunk/sql/modules/Location.sql



Revision: 2352
          http://ledger-smb.svn.sourceforge.net/ledger-smb/?rev=2352&view=rev
Author:   einhverfr
Date:     2008-10-06 20:47:39 +0000 (Mon, 06 Oct 2008)

Log Message:
-----------
Correcting error in Location.sql due to COMMENT ON not referencing the right arguments for a function

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

Modified: trunk/sql/modules/Location.sql
===================================================================
--- trunk/sql/modules/Location.sql	2008-10-05 22:23:28 UTC (rev 2351)
+++ trunk/sql/modules/Location.sql	2008-10-06 20:47:39 UTC (rev 2352)
@@ -85,7 +85,7 @@
 
 
 COMMENT ON function location_save
-(in_companyname text, in_address1 text, in_address2 text, 
+(in_location_id int, in_address1 text, in_address2 text, in_address3 text,
 	in_city text, in_state text, in_zipcode text, in_country int) IS
 $$ Note that this does NOT override the data in the database.
 Instead we search for locations matching the desired specifications and if none 


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