From: <dai...@us...> - 2010-08-15 09:26:09
|
Revision: 3693 http://web-erp.svn.sourceforge.net/web-erp/?rev=3693&view=rev Author: daintree Date: 2010-08-15 09:26:03 +0000 (Sun, 15 Aug 2010) Log Message: ----------- to be doubly sure Modified Paths: -------------- trunk/ContractCosting.php trunk/Contracts.php trunk/SelectContract.php trunk/includes/Contract_Readin.php Modified: trunk/ContractCosting.php =================================================================== --- trunk/ContractCosting.php 2010-08-15 09:22:08 UTC (rev 3692) +++ trunk/ContractCosting.php 2010-08-15 09:26:03 UTC (rev 3693) @@ -1,6 +1,6 @@ <?php -/* $Id: $*/ +/* $Id: ContractCosting.php 3692 2010-08-15 09:22:08Z daintree $*/ $PageSecurity = 6; include('includes/DefineContractClass.php'); Modified: trunk/Contracts.php =================================================================== --- trunk/Contracts.php 2010-08-15 09:22:08 UTC (rev 3692) +++ trunk/Contracts.php 2010-08-15 09:26:03 UTC (rev 3693) @@ -1,6 +1,6 @@ <?php -/* $Id: $ */ +/* $Id: Contracts.php 3692 2010-08-15 09:22:08Z daintree $ */ $PageSecurity = 6; include('includes/DefineContractClass.php'); Modified: trunk/SelectContract.php =================================================================== --- trunk/SelectContract.php 2010-08-15 09:22:08 UTC (rev 3692) +++ trunk/SelectContract.php 2010-08-15 09:26:03 UTC (rev 3693) @@ -1,6 +1,6 @@ <?php -/* $Id: $*/ +/* $Id: SelectContract.php 3692 2010-08-15 09:22:08Z daintree $*/ $PageSecurity = 6; Modified: trunk/includes/Contract_Readin.php =================================================================== --- trunk/includes/Contract_Readin.php 2010-08-15 09:22:08 UTC (rev 3692) +++ trunk/includes/Contract_Readin.php 2010-08-15 09:26:03 UTC (rev 3693) @@ -1,5 +1,5 @@ <?php -/* $Id: $ */ +/* $Id: Contract_Readin.php 3692 2010-08-15 09:22:08Z daintree $ */ /*Contract_Readin.php is used by the modify existing Contract in Contracts.php and also by ContractCosting.php */ $ContractHeaderSQL = "SELECT contractdescription, This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |