From: <tim...@us...> - 2012-02-13 15:40:29
|
Revision: 4893 http://web-erp.svn.sourceforge.net/web-erp/?rev=4893&view=rev Author: tim_schofield Date: 2012-02-13 15:40:18 +0000 (Mon, 13 Feb 2012) Log Message: ----------- Fix typo in sql statement Modified Paths: -------------- trunk/AccountSections.php Modified: trunk/AccountSections.php =================================================================== --- trunk/AccountSections.php 2012-02-13 15:01:19 UTC (rev 4892) +++ trunk/AccountSections.php 2012-02-13 15:40:18 UTC (rev 4893) @@ -28,7 +28,7 @@ $myrow = DB_fetch_row($result); if( $myrow[0] == 0 ) { $sql = "INSERT INTO accountsection ( - sectionid,21 + sectionid, sectionname ) VALUES ( 2, This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |