[Weberp-svn] SF.net SVN: weberp:[5990] trunk/BankAccounts.php
Brought to you by:
sotandeka,
tim_schofield
From: <tim...@us...> - 2011-07-12 13:34:10
|
Revision: 5990 http://weberp.svn.sourceforge.net/weberp/?rev=5990&view=rev Author: tim_schofield Date: 2011-07-12 13:34:04 +0000 (Tue, 12 Jul 2011) Log Message: ----------- Remove unnecessary use of SID Modified Paths: -------------- trunk/BankAccounts.php Modified: trunk/BankAccounts.php =================================================================== --- trunk/BankAccounts.php 2011-07-12 13:33:53 UTC (rev 5989) +++ trunk/BankAccounts.php 2011-07-12 13:34:04 UTC (rev 5990) @@ -246,7 +246,7 @@ if (isset($SelectedBankAccount)) { echo '<br />'; - echo '<div class="centre"><p><a href="' . $_SERVER['PHP_SELF'] . '?' . SID . '">' . _('Show All Bank Accounts Defined') . '</a></p></div>'; + echo '<div class="centre"><p><a href="' . $_SERVER['PHP_SELF'] . '">' . _('Show All Bank Accounts Defined') . '</a></p></div>'; echo '<br />'; } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |