From: <tim...@us...> - 2010-12-23 15:30:38
|
Revision: 4443 http://web-erp.svn.sourceforge.net/web-erp/?rev=4443&view=rev Author: tim_schofield Date: 2010-12-23 15:30:30 +0000 (Thu, 23 Dec 2010) Log Message: ----------- Remove unnecessary $PageSecurity assignments Modified Paths: -------------- trunk/AddCustomerTypeNotes.php trunk/Areas.php trunk/BOMInquiry.php trunk/Credit_Invoice.php trunk/Currencies.php trunk/CustWhereAlloc.php trunk/EmailConfirmation.php trunk/FixedAssetRegister.php trunk/FormDesigner.php trunk/GLBudgets.php trunk/GLTags.php trunk/GeocodeSetup.php trunk/GetStockImage.php trunk/Logout.php trunk/PDFTopItems.php trunk/PO_AuthoriseMyOrders.php trunk/PO_PDFPurchOrder.php trunk/PO_SelectOSPurchOrder.php trunk/PO_SelectPurchOrder.php trunk/PricesBasedOnMarkUp.php trunk/Prices_Customer.php trunk/PrintCustTrans.php trunk/SalesGLPostings.php trunk/SalesGraph.php trunk/SelectCustomer.php trunk/SelectProduct.php trunk/SelectRecurringSalesOrder.php trunk/SelectSupplier.php trunk/StockCheck.php trunk/StockCostUpdate.php trunk/StockUsageGraph.php trunk/SystemCheck.php trunk/TaxGroups.php trunk/UpgradeDatabase.php trunk/Z_ChangeStockCategory.php trunk/Z_CheckDebtorsControl.php trunk/Z_CheckGLTransBalance.php trunk/Z_CurrencyDebtorsBalances.php trunk/Z_CurrencySuppliersBalances.php trunk/Z_ImportStocks.php trunk/Z_PriceChanges.php trunk/Z_Upgrade3.10.php trunk/Z_Upgrade_3.05-3.06.php trunk/Z_Upgrade_3.07-3.08.php trunk/Z_Upgrade_3.08-3.09.php trunk/Z_Upgrade_3.09-3.10.php trunk/Z_Upgrade_3.10-3.11.php trunk/Z_index.php trunk/geo_displaymap_customers.php trunk/geo_displaymap_suppliers.php trunk/geocode.php trunk/geocode_genxml_customers.php trunk/geocode_genxml_suppliers.php trunk/index.php Modified: trunk/AddCustomerTypeNotes.php =================================================================== --- trunk/AddCustomerTypeNotes.php 2010-12-23 10:52:28 UTC (rev 4442) +++ trunk/AddCustomerTypeNotes.php 2010-12-23 15:30:30 UTC (rev 4443) @@ -1,7 +1,7 @@ <?php /* $Revision: 1.3 $ */ /* $Id$*/ -$PageSecurity = 3; +//$PageSecurity = 3; include('includes/session.inc'); $title = _('Customer Type (Group) Notes'); include('includes/header.inc'); Modified: trunk/Areas.php =================================================================== --- trunk/Areas.php 2010-12-23 10:52:28 UTC (rev 4442) +++ trunk/Areas.php 2010-12-23 15:30:30 UTC (rev 4443) @@ -1,7 +1,7 @@ <?php /* $Revision: 1.22 $ */ /* $Id$*/ -$PageSecurity = 3; +//$PageSecurity = 3; include('includes/session.inc'); Modified: trunk/BOMInquiry.php =================================================================== --- trunk/BOMInquiry.php 2010-12-23 10:52:28 UTC (rev 4442) +++ trunk/BOMInquiry.php 2010-12-23 15:30:30 UTC (rev 4443) @@ -1,7 +1,7 @@ <?php /* $Revision: 1.12 $ */ /* $Id$*/ -$PageSecurity = 2; +//$PageSecurity = 2; include('includes/session.inc'); $title = _('Costed Bill Of Material'); Modified: trunk/Credit_Invoice.php =================================================================== --- trunk/Credit_Invoice.php 2010-12-23 10:52:28 UTC (rev 4442) +++ trunk/Credit_Invoice.php 2010-12-23 15:30:30 UTC (rev 4443) @@ -1,7 +1,7 @@ <?php /* $Revision: 1.35 $ */ /* $Id$*/ -$PageSecurity =3; +//$PageSecurity =3; /*Functions to get the GL codes to post the transaction to */ Modified: trunk/Currencies.php =================================================================== --- trunk/Currencies.php 2010-12-23 10:52:28 UTC (rev 4442) +++ trunk/Currencies.php 2010-12-23 15:30:30 UTC (rev 4443) @@ -1,7 +1,7 @@ <?php /* $Revision: 1.20 $ */ /* $Id$*/ -$PageSecurity = 9; +//$PageSecurity = 9; include('includes/session.inc'); $title = _('Currencies Maintenance'); Modified: trunk/CustWhereAlloc.php =================================================================== --- trunk/CustWhereAlloc.php 2010-12-23 10:52:28 UTC (rev 4442) +++ trunk/CustWhereAlloc.php 2010-12-23 15:30:30 UTC (rev 4443) @@ -1,7 +1,7 @@ <?php /* $Revision: 1.10 $ */ /* $Id$*/ -$PageSecurity = 2; +//$PageSecurity = 2; include('includes/session.inc'); $title = _('Customer How Paid Inquiry'); Modified: trunk/EmailConfirmation.php =================================================================== --- trunk/EmailConfirmation.php 2010-12-23 10:52:28 UTC (rev 4442) +++ trunk/EmailConfirmation.php 2010-12-23 15:30:30 UTC (rev 4443) @@ -1,7 +1,7 @@ <?php /* $Id$*/ -$PageSecurity = 2; +//$PageSecurity = 2; include('includes/session.inc'); include('includes/SQL_CommonFunctions.inc'); Modified: trunk/FixedAssetRegister.php =================================================================== --- trunk/FixedAssetRegister.php 2010-12-23 10:52:28 UTC (rev 4442) +++ trunk/FixedAssetRegister.php 2010-12-23 15:30:30 UTC (rev 4443) @@ -1,5 +1,5 @@ <?php -$PageSecurity = 11; +//$PageSecurity = 11; include ('includes/session.inc'); $title = _('Fixed Asset Register'); $csv_output = ''; Modified: trunk/FormDesigner.php =================================================================== --- trunk/FormDesigner.php 2010-12-23 10:52:28 UTC (rev 4442) +++ trunk/FormDesigner.php 2010-12-23 15:30:30 UTC (rev 4443) @@ -1,6 +1,6 @@ <?php /* $Id$ */ -$PageSecurity = 14; +//$PageSecurity = 14; include('includes/session.inc'); $title = _('Form Designer'); include('includes/header.inc'); Modified: trunk/GLBudgets.php =================================================================== --- trunk/GLBudgets.php 2010-12-23 10:52:28 UTC (rev 4442) +++ trunk/GLBudgets.php 2010-12-23 15:30:30 UTC (rev 4443) @@ -1,7 +1,7 @@ <?php /* $Id$*/ -$PageSecurity = 10; +//$PageSecurity = 10; include('includes/session.inc'); include('includes/SQL_CommonFunctions.inc'); Modified: trunk/GLTags.php =================================================================== --- trunk/GLTags.php 2010-12-23 10:52:28 UTC (rev 4442) +++ trunk/GLTags.php 2010-12-23 15:30:30 UTC (rev 4443) @@ -1,7 +1,7 @@ <?php /* $Id$*/ -$PageSecurity = 10; +//$PageSecurity = 10; include('includes/session.inc'); $title = _('Maintain General Ledger Tags'); Modified: trunk/GeocodeSetup.php =================================================================== --- trunk/GeocodeSetup.php 2010-12-23 10:52:28 UTC (rev 4442) +++ trunk/GeocodeSetup.php 2010-12-23 15:30:30 UTC (rev 4443) @@ -1,7 +1,7 @@ <?php /* $Id$*/ -$PageSecurity = 3; +//$PageSecurity = 3; include('includes/session.inc'); $title = _('Geocode Maintenance'); include('includes/header.inc'); Modified: trunk/GetStockImage.php =================================================================== --- trunk/GetStockImage.php 2010-12-23 10:52:28 UTC (rev 4442) +++ trunk/GetStockImage.php 2010-12-23 15:30:30 UTC (rev 4443) @@ -1,7 +1,7 @@ <?php /* $Id$*/ -$PageSecurity = 1; +//$PageSecurity = 1; include ('includes/session.inc'); /* http://127.0.0.1/~brink/webERP/GetStockImage.php Modified: trunk/Logout.php =================================================================== --- trunk/Logout.php 2010-12-23 10:52:28 UTC (rev 4442) +++ trunk/Logout.php 2010-12-23 15:30:30 UTC (rev 4443) @@ -1,7 +1,7 @@ <?php /* $Revision: 1.17 $ */ /* $Id$*/ -$PageSecurity =1; +//$PageSecurity =1; $AllowAnyone=True; /* Allow all users to log off - needed for autoamted runs */ include('includes/session.inc'); Modified: trunk/PDFTopItems.php =================================================================== --- trunk/PDFTopItems.php 2010-12-23 10:52:28 UTC (rev 4442) +++ trunk/PDFTopItems.php 2010-12-23 15:30:30 UTC (rev 4443) @@ -1,7 +1,7 @@ <?php /* $Revision: 1.2 $ */ /* $Id$*/ -$PageSecurity = 2; +//$PageSecurity = 2; include ('includes/session.inc'); include ('includes/PDFStarter.php'); $FontSize = 10; Modified: trunk/PO_AuthoriseMyOrders.php =================================================================== --- trunk/PO_AuthoriseMyOrders.php 2010-12-23 10:52:28 UTC (rev 4442) +++ trunk/PO_AuthoriseMyOrders.php 2010-12-23 15:30:30 UTC (rev 4443) @@ -1,7 +1,7 @@ <?php /* $Id$*/ -$PageSecurity = 4; +//$PageSecurity = 4; include('includes/session.inc'); $title = _('Authorise Purchase Orders'); Modified: trunk/PO_PDFPurchOrder.php =================================================================== --- trunk/PO_PDFPurchOrder.php 2010-12-23 10:52:28 UTC (rev 4442) +++ trunk/PO_PDFPurchOrder.php 2010-12-23 15:30:30 UTC (rev 4443) @@ -1,6 +1,6 @@ <?php /* $Id$*/ -$PageSecurity = 2; +//$PageSecurity = 2; include('includes/session.inc'); include('includes/SQL_CommonFunctions.inc'); include('includes/DefinePOClass.php'); Modified: trunk/PO_SelectOSPurchOrder.php =================================================================== --- trunk/PO_SelectOSPurchOrder.php 2010-12-23 10:52:28 UTC (rev 4442) +++ trunk/PO_SelectOSPurchOrder.php 2010-12-23 15:30:30 UTC (rev 4443) @@ -442,9 +442,9 @@ } else { $PrintPurchOrder = _('Printed'); } - + $PrintPurchOrder2 = '<a target="_blank" href="' . $rootpath . '/PO_PDFPurchOrder.php?' . SID . '&OrderNo=' . $myrow['orderno'] . '&realorderno=' . $myrow['realorderno'] . '&ViewingOnly=1">' . _('Show') . '</a>'; - + $s2 = '<a target="_blank" href="' . $rootpath . '/PO_PDFPurchOrder.php?' . SID . '&OrderNo=' . $myrow['orderno'] . '&realorderno=' . $myrow['realorderno'] . '&ViewingOnly=1">' . $myrow['realorderno']. '</a>'; $FormatedOrderDate = ConvertSQLDate($myrow['orddate']); Modified: trunk/PO_SelectPurchOrder.php =================================================================== --- trunk/PO_SelectPurchOrder.php 2010-12-23 10:52:28 UTC (rev 4442) +++ trunk/PO_SelectPurchOrder.php 2010-12-23 15:30:30 UTC (rev 4443) @@ -1,6 +1,6 @@ <?php /* $Id$*/ -$PageSecurity = 2; +//$PageSecurity = 2; include ('includes/session.inc'); $title = _('Search Purchase Orders'); include ('includes/header.inc'); Modified: trunk/PricesBasedOnMarkUp.php =================================================================== --- trunk/PricesBasedOnMarkUp.php 2010-12-23 10:52:28 UTC (rev 4442) +++ trunk/PricesBasedOnMarkUp.php 2010-12-23 15:30:30 UTC (rev 4443) @@ -1,7 +1,7 @@ <?php /* $Revision: 1.9 $ */ /* $Id$*/ -$PageSecurity=11; +//$PageSecurity=11; include('includes/session.inc'); Modified: trunk/Prices_Customer.php =================================================================== --- trunk/Prices_Customer.php 2010-12-23 10:52:28 UTC (rev 4442) +++ trunk/Prices_Customer.php 2010-12-23 15:30:30 UTC (rev 4443) @@ -1,7 +1,7 @@ <?php /* $Revision: 1.11 $ */ /* $Id$*/ -$PageSecurity = 11; +//$PageSecurity = 11; include('includes/session.inc'); Modified: trunk/PrintCustTrans.php =================================================================== --- trunk/PrintCustTrans.php 2010-12-23 10:52:28 UTC (rev 4442) +++ trunk/PrintCustTrans.php 2010-12-23 15:30:30 UTC (rev 4443) @@ -1,6 +1,6 @@ <?php /* $Id$ */ -$PageSecurity = 1; +//$PageSecurity = 1; include ('includes/session.inc'); if (isset($_GET['FromTransNo'])) { $FromTransNo = trim($_GET['FromTransNo']); Modified: trunk/SalesGLPostings.php =================================================================== --- trunk/SalesGLPostings.php 2010-12-23 10:52:28 UTC (rev 4442) +++ trunk/SalesGLPostings.php 2010-12-23 15:30:30 UTC (rev 4443) @@ -1,7 +1,7 @@ <?php /* $Id$*/ -$PageSecurity = 10; +//$PageSecurity = 10; include('includes/session.inc'); $title = _('Sales GL Postings Set Up'); Modified: trunk/SalesGraph.php =================================================================== --- trunk/SalesGraph.php 2010-12-23 10:52:28 UTC (rev 4442) +++ trunk/SalesGraph.php 2010-12-23 15:30:30 UTC (rev 4443) @@ -1,7 +1,7 @@ <?php /* $Id$*/ -$PageSecurity = 6; +//$PageSecurity = 6; include('includes/session.inc'); include('includes/phplot/phplot.php'); $title=_('Sales Report Graph'); Modified: trunk/SelectCustomer.php =================================================================== --- trunk/SelectCustomer.php 2010-12-23 10:52:28 UTC (rev 4442) +++ trunk/SelectCustomer.php 2010-12-23 15:30:30 UTC (rev 4443) @@ -1,6 +1,6 @@ <?php /* $Id$*/ -$PageSecurity = 2; +//$PageSecurity = 2; include ('includes/session.inc'); $title = _('Search Customers'); include ('includes/header.inc'); Modified: trunk/SelectProduct.php =================================================================== --- trunk/SelectProduct.php 2010-12-23 10:52:28 UTC (rev 4442) +++ trunk/SelectProduct.php 2010-12-23 15:30:30 UTC (rev 4443) @@ -1,6 +1,6 @@ <?php /* $Id$*/ -$PageSecurity = 2; +//$PageSecurity = 2; $PricesSecurity = 12; include ('includes/session.inc'); $title = _('Search Inventory Items'); Modified: trunk/SelectRecurringSalesOrder.php =================================================================== --- trunk/SelectRecurringSalesOrder.php 2010-12-23 10:52:28 UTC (rev 4442) +++ trunk/SelectRecurringSalesOrder.php 2010-12-23 15:30:30 UTC (rev 4443) @@ -1,6 +1,6 @@ <?php /* $Id$*/ -$PageSecurity = 2; +//$PageSecurity = 2; include('includes/session.inc'); $title = _('Search Recurring Sales Orders'); Modified: trunk/SelectSupplier.php =================================================================== --- trunk/SelectSupplier.php 2010-12-23 10:52:28 UTC (rev 4442) +++ trunk/SelectSupplier.php 2010-12-23 15:30:30 UTC (rev 4443) @@ -1,6 +1,6 @@ <?php /* $Id$*/ -$PageSecurity = 2; +//$PageSecurity = 2; include ('includes/session.inc'); $title = _('Search Suppliers'); include ('includes/header.inc'); Modified: trunk/StockCheck.php =================================================================== --- trunk/StockCheck.php 2010-12-23 10:52:28 UTC (rev 4442) +++ trunk/StockCheck.php 2010-12-23 15:30:30 UTC (rev 4443) @@ -1,7 +1,7 @@ <?php /* $Revision: 1.13 $ */ /* $Id$*/ -$PageSecurity = 2; +//$PageSecurity = 2; include('includes/session.inc'); If (isset($_POST['PrintPDF']) Modified: trunk/StockCostUpdate.php =================================================================== --- trunk/StockCostUpdate.php 2010-12-23 10:52:28 UTC (rev 4442) +++ trunk/StockCostUpdate.php 2010-12-23 15:30:30 UTC (rev 4443) @@ -4,7 +4,7 @@ //$PageSecurity = 9; /*viewing possible with inquiries but not mods */ -$UpdateSecurity =10; +//$UpdateSecurity =10; include('includes/session.inc'); $title = _('Stock Cost Update'); Modified: trunk/StockUsageGraph.php =================================================================== --- trunk/StockUsageGraph.php 2010-12-23 10:52:28 UTC (rev 4442) +++ trunk/StockUsageGraph.php 2010-12-23 15:30:30 UTC (rev 4443) @@ -1,6 +1,6 @@ <?php /* $Id$*/ -$PageSecurity = 2; +//$PageSecurity = 2; include('includes/session.inc'); $result = DB_query("SELECT description FROM stockmaster WHERE stockid='" . trim(strtoupper($_GET['StockID'])) . "'",$db); $myrow = DB_fetch_row($result); Modified: trunk/SystemCheck.php =================================================================== --- trunk/SystemCheck.php 2010-12-23 10:52:28 UTC (rev 4442) +++ trunk/SystemCheck.php 2010-12-23 15:30:30 UTC (rev 4443) @@ -1,6 +1,6 @@ <?php /* $Id$*/ -$PageSecurity =10; +//$PageSecurity =10; include('includes/session.inc'); $title = _('System Check'); include('includes/header.inc'); Modified: trunk/TaxGroups.php =================================================================== --- trunk/TaxGroups.php 2010-12-23 10:52:28 UTC (rev 4442) +++ trunk/TaxGroups.php 2010-12-23 15:30:30 UTC (rev 4443) @@ -1,6 +1,6 @@ <?php /* $Id$*/ -$PageSecurity=15; +//PageSecurity=15; include('includes/session.inc'); Modified: trunk/UpgradeDatabase.php =================================================================== --- trunk/UpgradeDatabase.php 2010-12-23 10:52:28 UTC (rev 4442) +++ trunk/UpgradeDatabase.php 2010-12-23 15:30:30 UTC (rev 4443) @@ -1,6 +1,6 @@ <?php -$PageSecurity = 15; +//$PageSecurity = 15; include('includes/session.inc'); Modified: trunk/Z_ChangeStockCategory.php =================================================================== --- trunk/Z_ChangeStockCategory.php 2010-12-23 10:52:28 UTC (rev 4442) +++ trunk/Z_ChangeStockCategory.php 2010-12-23 15:30:30 UTC (rev 4443) @@ -1,7 +1,7 @@ <?php /* $Id$ */ -$PageSecurity = 15; +//$PageSecurity = 15; include ('includes/session.inc'); $title = _('UTILITY PAGE Change A Stock Category'); include ('includes/header.inc'); Modified: trunk/Z_CheckDebtorsControl.php =================================================================== --- trunk/Z_CheckDebtorsControl.php 2010-12-23 10:52:28 UTC (rev 4442) +++ trunk/Z_CheckDebtorsControl.php 2010-12-23 15:30:30 UTC (rev 4443) @@ -1,6 +1,6 @@ <?php /* $Id$*/ -$PageSecurity=15; +//$PageSecurity=15; include('includes/session.inc'); $title=_('Debtors Control Integrity'); Modified: trunk/Z_CheckGLTransBalance.php =================================================================== --- trunk/Z_CheckGLTransBalance.php 2010-12-23 10:52:28 UTC (rev 4442) +++ trunk/Z_CheckGLTransBalance.php 2010-12-23 15:30:30 UTC (rev 4443) @@ -1,6 +1,6 @@ <?php /* $Id$*/ -$PageSecurity=15; +//$PageSecurity=15; include('includes/session.inc'); $title=_('Check Period Sales Ledger Control Account'); Modified: trunk/Z_CurrencyDebtorsBalances.php =================================================================== --- trunk/Z_CurrencyDebtorsBalances.php 2010-12-23 10:52:28 UTC (rev 4442) +++ trunk/Z_CurrencyDebtorsBalances.php 2010-12-23 15:30:30 UTC (rev 4443) @@ -1,6 +1,6 @@ <?php /* $Id$*/ -$PageSecurity=15; +//$PageSecurity=15; include('includes/session.inc'); $title=_('Currency Debtor Balances'); Modified: trunk/Z_CurrencySuppliersBalances.php =================================================================== --- trunk/Z_CurrencySuppliersBalances.php 2010-12-23 10:52:28 UTC (rev 4442) +++ trunk/Z_CurrencySuppliersBalances.php 2010-12-23 15:30:30 UTC (rev 4443) @@ -1,6 +1,6 @@ <?php /* $Id$*/ -$PageSecurity=15; +//$PageSecurity=15; include('includes/session.inc'); $title=_('Currency Debtor Balances'); Modified: trunk/Z_ImportStocks.php =================================================================== --- trunk/Z_ImportStocks.php 2010-12-23 10:52:28 UTC (rev 4442) +++ trunk/Z_ImportStocks.php 2010-12-23 15:30:30 UTC (rev 4443) @@ -2,7 +2,7 @@ /* $Id: Z_ImportStocks.php 4043 2010-09-30 16:17:53Z tim_schofield $*/ /* Script to make stock locations for all parts that do not have stock location records set up*/ -$PageSecurity = 15; +//$PageSecurity = 15; include('includes/session.inc'); $title = _('Import Items'); include('includes/header.inc'); Modified: trunk/Z_PriceChanges.php =================================================================== --- trunk/Z_PriceChanges.php 2010-12-23 10:52:28 UTC (rev 4442) +++ trunk/Z_PriceChanges.php 2010-12-23 15:30:30 UTC (rev 4443) @@ -1,6 +1,6 @@ <?php /* $Id$*/ -$PageSecurity=15; +//$PageSecurity=15; include('includes/session.inc'); Modified: trunk/Z_Upgrade3.10.php =================================================================== --- trunk/Z_Upgrade3.10.php 2010-12-23 10:52:28 UTC (rev 4442) +++ trunk/Z_Upgrade3.10.php 2010-12-23 15:30:30 UTC (rev 4443) @@ -1,6 +1,6 @@ <?php /* $Id$*/ -$PageSecurity = 15; +//$PageSecurity = 15; include('includes/session.inc'); $title = _('Upgrade webERP to version 3.10.5'); include('includes/header.inc'); Modified: trunk/Z_Upgrade_3.05-3.06.php =================================================================== --- trunk/Z_Upgrade_3.05-3.06.php 2010-12-23 10:52:28 UTC (rev 4442) +++ trunk/Z_Upgrade_3.05-3.06.php 2010-12-23 15:30:30 UTC (rev 4443) @@ -1,6 +1,6 @@ <?php /* $Id$*/ -$PageSecurity = 15; +//$PageSecurity = 15; include('includes/session.inc'); $title = _('Upgrade webERP 3.06 - 3.07'); include('includes/header.inc'); Modified: trunk/Z_Upgrade_3.07-3.08.php =================================================================== --- trunk/Z_Upgrade_3.07-3.08.php 2010-12-23 10:52:28 UTC (rev 4442) +++ trunk/Z_Upgrade_3.07-3.08.php 2010-12-23 15:30:30 UTC (rev 4443) @@ -1,6 +1,6 @@ <?php /* $Id$*/ -$PageSecurity = 15; +//$PageSecurity = 15; include('includes/session.inc'); $title = _('Upgrade webERP 3.071 - 3.08'); include('includes/header.inc'); Modified: trunk/Z_Upgrade_3.08-3.09.php =================================================================== --- trunk/Z_Upgrade_3.08-3.09.php 2010-12-23 10:52:28 UTC (rev 4442) +++ trunk/Z_Upgrade_3.08-3.09.php 2010-12-23 15:30:30 UTC (rev 4443) @@ -1,6 +1,6 @@ <?php /* $Id$*/ -$PageSecurity = 15; +//$PageSecurity = 15; include('includes/session.inc'); $title = _('Upgrade webERP 3.08 - 3.09'); include('includes/header.inc'); Modified: trunk/Z_Upgrade_3.09-3.10.php =================================================================== --- trunk/Z_Upgrade_3.09-3.10.php 2010-12-23 10:52:28 UTC (rev 4442) +++ trunk/Z_Upgrade_3.09-3.10.php 2010-12-23 15:30:30 UTC (rev 4443) @@ -1,6 +1,6 @@ <?php /* $Id$*/ -$PageSecurity = 15; +//$PageSecurity = 15; include('includes/session.inc'); $title = _('Upgrade webERP 3.09 - 3.10'); include('includes/header.inc'); Modified: trunk/Z_Upgrade_3.10-3.11.php =================================================================== --- trunk/Z_Upgrade_3.10-3.11.php 2010-12-23 10:52:28 UTC (rev 4442) +++ trunk/Z_Upgrade_3.10-3.11.php 2010-12-23 15:30:30 UTC (rev 4443) @@ -1,6 +1,6 @@ <?php /* $Id$*/ -$PageSecurity = 15; +//$PageSecurity = 15; include('includes/session.inc'); $title = _('Upgrade webERP 3.10 - 3.11'); include('includes/header.inc'); Modified: trunk/Z_index.php =================================================================== --- trunk/Z_index.php 2010-12-23 10:52:28 UTC (rev 4442) +++ trunk/Z_index.php 2010-12-23 15:30:30 UTC (rev 4443) @@ -1,6 +1,6 @@ <?php /* $Id$*/ - $PageSecurity = 15; +// $PageSecurity = 15; include('includes/session.inc'); $title = _('Special Fixes and Utilities') . ' - ' . _('Only System Administrator'); Modified: trunk/geo_displaymap_customers.php =================================================================== --- trunk/geo_displaymap_customers.php 2010-12-23 10:52:28 UTC (rev 4442) +++ trunk/geo_displaymap_customers.php 2010-12-23 15:30:30 UTC (rev 4443) @@ -1,7 +1,7 @@ <?php /* $Id$*/ -$PageSecurity = 3; +//$PageSecurity = 3; $title = _('Geocoded Customer Branches Report'); include ('includes/session.inc'); Modified: trunk/geo_displaymap_suppliers.php =================================================================== --- trunk/geo_displaymap_suppliers.php 2010-12-23 10:52:28 UTC (rev 4442) +++ trunk/geo_displaymap_suppliers.php 2010-12-23 15:30:30 UTC (rev 4443) @@ -1,7 +1,7 @@ <?php /* $Id$*/ -$PageSecurity = 3; +//$PageSecurity = 3; $title = _('Geocoded Supplier Report'); include ('includes/session.inc'); Modified: trunk/geocode.php =================================================================== --- trunk/geocode.php 2010-12-23 10:52:28 UTC (rev 4442) +++ trunk/geocode.php 2010-12-23 15:30:30 UTC (rev 4443) @@ -1,7 +1,7 @@ <?php /* $Id$*/ -$PageSecurity = 3; +//$PageSecurity = 3; $title = _('Geocode Generate'); include ('includes/session.inc'); Modified: trunk/geocode_genxml_customers.php =================================================================== --- trunk/geocode_genxml_customers.php 2010-12-23 10:52:28 UTC (rev 4442) +++ trunk/geocode_genxml_customers.php 2010-12-23 15:30:30 UTC (rev 4443) @@ -1,21 +1,21 @@ <?php /* $Id$*/ -$PageSecurity = 3; +//$PageSecurity = 3; $title = _('Geocode Generate XML'); include ('includes/session.inc'); include('includes/SQL_CommonFunctions.inc'); -function parseToXML($htmlStr) -{ -$xmlStr=str_replace('<','<',$htmlStr); -$xmlStr=str_replace('>','>',$xmlStr); -$xmlStr=str_replace('"','"',$xmlStr); -$xmlStr=str_replace("'",''',$xmlStr); -$xmlStr=str_replace("&",'&',$xmlStr); -return $xmlStr; -} +function parseToXML($htmlStr) +{ +$xmlStr=str_replace('<','<',$htmlStr); +$xmlStr=str_replace('>','>',$xmlStr); +$xmlStr=str_replace('"','"',$xmlStr); +$xmlStr=str_replace("'",''',$xmlStr); +$xmlStr=str_replace("&",'&',$xmlStr); +return $xmlStr; +} $sql = "SELECT * FROM custbranch WHERE 1"; $ErrMsg = _('An error occurred in retrieving the information');; Modified: trunk/geocode_genxml_suppliers.php =================================================================== --- trunk/geocode_genxml_suppliers.php 2010-12-23 10:52:28 UTC (rev 4442) +++ trunk/geocode_genxml_suppliers.php 2010-12-23 15:30:30 UTC (rev 4443) @@ -1,21 +1,21 @@ <?php /* $Id$*/ -$PageSecurity = 3; +//$PageSecurity = 3; $title = _('Geocode Generate XML'); include ('includes/session.inc'); include('includes/SQL_CommonFunctions.inc'); -function parseToXML($htmlStr) -{ -$xmlStr=str_replace('<','<',$htmlStr); -$xmlStr=str_replace('>','>',$xmlStr); -$xmlStr=str_replace('"','"',$xmlStr); -$xmlStr=str_replace("'",''',$xmlStr); -$xmlStr=str_replace("&",'&',$xmlStr); -return $xmlStr; -} +function parseToXML($htmlStr) +{ +$xmlStr=str_replace('<','<',$htmlStr); +$xmlStr=str_replace('>','>',$xmlStr); +$xmlStr=str_replace('"','"',$xmlStr); +$xmlStr=str_replace("'",''',$xmlStr); +$xmlStr=str_replace("&",'&',$xmlStr); +return $xmlStr; +} $sql = "SELECT * FROM suppliers WHERE 1"; $ErrMsg = _('An error occurred in retrieving the information');; Modified: trunk/index.php =================================================================== --- trunk/index.php 2010-12-23 10:52:28 UTC (rev 4442) +++ trunk/index.php 2010-12-23 15:30:30 UTC (rev 4443) @@ -4,7 +4,7 @@ /* $Revision: 1.91 $ */ -$PageSecurity = 1; +//$PageSecurity = 1; include('includes/session.inc'); $title=_('Main Menu'); This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |