Changeset 209808
- Timestamp:
- 02/24/2010 02:20:32 PM (16 years ago)
- Location:
- wordbay
- Files:
-
- 2 edited
-
tags/1.21/WordBay.php (modified) (2 diffs)
-
trunk/WordBay.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wordbay/tags/1.21/WordBay.php
r209803 r209808 101 101 } 102 102 103 103 104 104 // Get listing parameters (from admin panel) 105 105 … … 795 795 <?php 796 796 // check if there is already a stylesheet in memory, if so, retrieve and skip the rest 797 if ( array_key_exists ('WordBayCSS', $WBOptions))797 if ($WBOptions['WordBayCSS']) 798 798 { 799 799 $varWBCSS = $WBOptions['WordBayCSS']; -
wordbay/trunk/WordBay.php
r209803 r209808 101 101 } 102 102 103 103 104 104 // Get listing parameters (from admin panel) 105 105 … … 795 795 <?php 796 796 // check if there is already a stylesheet in memory, if so, retrieve and skip the rest 797 if ( array_key_exists ('WordBayCSS', $WBOptions))797 if ($WBOptions['WordBayCSS']) 798 798 { 799 799 $varWBCSS = $WBOptions['WordBayCSS'];
Note: See TracChangeset
for help on using the changeset viewer.