View Single Post
  #5  
Old 09-28-2007, 08:56 PM
 
ChrisBarnett ChrisBarnett is offline
 

Member
  
Join Date: Jun 2007
Posts: 13
 

Default Re: Pro: Global "Extra Fields" that all Providers see.

Jacob,

When you tried this, did it show up in other providers other than root?

For me, it won't show up in providers other than root.

Code:
# # Use this condition when single mode is disabled # # $provider_condition = ($single_mode ? "" : "AND provider='$login'"); $provider_condition = ($single_mode? "":"AND $sql_tbl[extra_fields].provider='$extra_fields_provider' OR $sql_tbl[extra_fields].provider='root'"); # # Handle POST request #
__________________
X-Cart - 4.1.7 PRO
PHP - 4.4.4
MySQL 5.0.27
Apache 1.3.37
Linux
Reply With Quote