[Vtigercrm-commits] [vtiger-commits] r7700 - /vtigercrm/trunk/modules/Accounts/Tickerdetail.php
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Fri Jun 30 07:28:56 EDT 2006
Author: saraj
Date: Fri Jun 30 05:28:44 2006
New Revision: 7700
Log:
file include method has been changed
Modified:
vtigercrm/trunk/modules/Accounts/Tickerdetail.php
Modified: vtigercrm/trunk/modules/Accounts/Tickerdetail.php
==============================================================================
--- vtigercrm/trunk/modules/Accounts/Tickerdetail.php (original)
+++ vtigercrm/trunk/modules/Accounts/Tickerdetail.php Fri Jun 30 05:28:44 2006
@@ -8,8 +8,8 @@
* All Rights Reserved.
*
********************************************************************************/
-include("modules/Accounts/Account.php");
-include("getCompanyProfile.php");
+require_once("modules/Accounts/Account.php");
+require_once("getCompanyProfile.php");
$variable = $_REQUEST['tickersymbol'];
$url = "http://moneycentral.msn.com/investor/research/profile.asp?Symbol=".trim($variable);
$data = getComdata($url,trim($variable));
More information about the vtigercrm-commits
mailing list