Skip to content

Commit

Permalink
Added multi providers options; default to FALSE
Browse files Browse the repository at this point in the history
  • Loading branch information
lemonsoftwarero committed Jun 5, 2007
1 parent a045e7e commit 2e01d0c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions interface/globals.php
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,9 @@
//
$GLOBALS['concurrent_layout'] = true;

// used in Add new event for multiple providers
$GLOBALS['select_multi_providers'] = false;

// Theme definition:
if ($GLOBALS['concurrent_layout']) {
$top_bg_line = ' bgcolor="#dddddd" ';
Expand Down

0 comments on commit 2e01d0c

Please sign in to comment.