[Weberp-svn] SF.net SVN: weberp:[5202] trunk
Brought to you by:
sotandeka,
tim_schofield
From: <tim...@us...> - 2011-04-18 07:39:48
|
Revision: 5202 http://weberp.svn.sourceforge.net/weberp/?rev=5202&view=rev Author: tim_schofield Date: 2011-04-18 07:39:42 +0000 (Mon, 18 Apr 2011) Log Message: ----------- Corrections to links quoting Modified Paths: -------------- trunk/FixedAssetItems.php trunk/GLTags.php trunk/PDFChequeListing.php trunk/PaymentMethods.php Modified: trunk/FixedAssetItems.php =================================================================== --- trunk/FixedAssetItems.php 2011-04-18 07:38:56 UTC (rev 5201) +++ trunk/FixedAssetItems.php 2011-04-18 07:39:42 UTC (rev 5202) @@ -395,8 +395,8 @@ } /* end if delete asset */ $result = DB_Txn_Commit($db); -echo '<form name="AssetForm" enctype="multipart/form-data" method="post" action="' . $_SERVER['PHP_SELF'] . '?' .SID . - '"><table class=selection>'; +echo '<form name="AssetForm" enctype="multipart/form-data" method="post" action="' . $_SERVER['PHP_SELF'] . '">'; +echo '<table class=selection>'; echo '<input type="hidden" name="FormID" value="' . $_SESSION['FormID'] . '" />'; if (!isset($AssetID) or $AssetID=='') { Modified: trunk/GLTags.php =================================================================== --- trunk/GLTags.php 2011-04-18 07:38:56 UTC (rev 5201) +++ trunk/GLTags.php 2011-04-18 07:39:42 UTC (rev 5202) @@ -31,7 +31,7 @@ echo '<p class="page_title_text"><img src="'.$rootpath.'/css/'.$theme.'/images/maintenance.png" title="' . _('Print') . '" alt="" />' . ' ' . $title . '</p>'; -echo '<form method="post" action="' . $_SERVER['PHP_SELF'] . ' name="form">'; +echo '<form method="post" action="' . $_SERVER['PHP_SELF'] . '" name="form">'; echo '<input type="hidden" name="FormID" value="' . $_SESSION['FormID'] . '" />'; echo '<br><table><tr>'; Modified: trunk/PDFChequeListing.php =================================================================== --- trunk/PDFChequeListing.php 2011-04-18 07:38:56 UTC (rev 5201) +++ trunk/PDFChequeListing.php 2011-04-18 07:39:42 UTC (rev 5202) @@ -33,7 +33,7 @@ prnMsg($msg,'error'); } - echo '<form method="post" action="' . $_SERVER['PHP_SELF'] . '>'; + echo '<form method="post" action="' . $_SERVER['PHP_SELF'] . '">'; echo '<input type="hidden" name="FormID" value="' . $_SESSION['FormID'] . '" />'; echo '<table class=selection> <tr> Modified: trunk/PaymentMethods.php =================================================================== --- trunk/PaymentMethods.php 2011-04-18 07:38:56 UTC (rev 5201) +++ trunk/PaymentMethods.php 2011-04-18 07:39:42 UTC (rev 5202) @@ -226,7 +226,7 @@ if (! isset($_GET['delete'])) { - echo '<form method="post action="' . $_SERVER['PHP_SELF'] . '">'; + echo '<form method="post" action="' . $_SERVER['PHP_SELF'] . '">'; echo '<input type="hidden" name="FormID" value="' . $_SESSION['FormID'] . '" />'; if (isset($SelectedPaymentID)) { This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |