From: <tim...@us...> - 2012-03-19 07:11:09
|
Revision: 5108 http://web-erp.svn.sourceforge.net/web-erp/?rev=5108&view=rev Author: tim_schofield Date: 2012-03-19 07:10:58 +0000 (Mon, 19 Mar 2012) Log Message: ----------- Remove illegal copyright assignments to prevent any legal problems Modified Paths: -------------- trunk/doc/Change.log trunk/includes/footer.inc Modified: trunk/doc/Change.log =================================================================== --- trunk/doc/Change.log 2012-03-19 01:18:09 UTC (rev 5107) +++ trunk/doc/Change.log 2012-03-19 07:10:58 UTC (rev 5108) @@ -1,4 +1,5 @@ webERP Change Log +19/3/2012 Tim: Remove illegal copyright notices to prevent any legal problems.</p> 13/3/2012 Exson: Fixed that same parent and component but added in different Work Centers and Locations will display twice in BOMs.php. And fixed that to delete one line of same parents and component will delete all lines with same parents and components. Add ArrayUnique function to get unique array for multi-dimensional array. 13/3/2012 Exson: Correct mailing sending messages display error in PrintCustTransPortrait.php Reported by Thomas_lie 12/3/2012 Exson: Fixed freight cost over 1000 cannot be calculated correctly in ConfirmDispatch_Invoice.php reported by Craig Craven. Modified: trunk/includes/footer.inc =================================================================== --- trunk/includes/footer.inc 2012-03-19 01:18:09 UTC (rev 5107) +++ trunk/includes/footer.inc 2012-03-19 07:10:58 UTC (rev 5108) @@ -10,7 +10,6 @@ echo '<td class="footer" style="text-align: right;width:33%">'.(strftime('%A')).', '.(date($_SESSION['DefaultDateFormat']).' | '.(strftime(($DefaultClock==12) ? '%I:%M %p' : '%H:%M'))).'</td>'; echo '</tr>'; -echo '<tr><td colspan="3" class="footer">' ._('Copyright') . ' © weberp.org 2003 - ' . date('Y') . '</td></tr>'; echo '<tr><td colspan="3" class="footer">webERP ' ._('version') .' ' . $_SESSION['VersionNumber'] . '</td></tr>'; // if(http_file_exists('http://sflogo.sourceforge.net/sflogo.php')) { @@ -22,4 +21,4 @@ echo '</div>'; echo '</body>'; echo '</html>'; -?> \ No newline at end of file +?> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |