Changeset 674 for trunk/Application
- Timestamp:
- Jul 21, 2014, 11:09:35 PM (10 years ago)
- Location:
- trunk/Application
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Application/FormClasses.php
r673 r674 772 772 'Filter' => '1', 773 773 ), 774 'TNetworkSignalListInterface' => array( 775 'Type' => 'ManyToOne', 776 'Table' => 'NetworkSignal', 777 'Id' => 'Id', 778 'Ref' => 'Interface', 779 'Filter' => '1', 780 ), 774 781 'TFinanceInvoiceItemListInvoice' => array( 775 782 'Type' => 'ManyToOne', -
trunk/Application/Version.php
r673 r674 1 1 <?php 2 2 3 $Revision = 67 3; // Subversion revision4 $DatabaseRevision = 67 1; // SQL structure revision5 $ReleaseTime = strtotime('2014-07- 19');3 $Revision = 674; // Subversion revision 4 $DatabaseRevision = 674; // SQL structure revision 5 $ReleaseTime = strtotime('2014-07-22');
Note:
See TracChangeset
for help on using the changeset viewer.