Changeset 28236 for extensions
- Timestamp:
- Apr 20, 2014, 9:21:38 AM (11 years ago)
- Location:
- extensions/meta
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/meta/admin/admin.php
r26359 r28236 227 227 228 228 case 'contactmeta': 229 if (empty($conf['contactmeta'])) 230 { 231 $conf['contactmeta'] = ','; 232 } 229 233 230 234 $metacontact = explode(',', $conf['contactmeta']); -
extensions/meta/main.inc.php
r24394 r28236 139 139 { 140 140 global $conf; 141 if (isset($page['section']) and $page['section'] == 'contact')141 if (isset($page['section']) and $page['section'] == 'contact' and isset($conf['contactmeta']) and strpos($conf['contactmeta'], ',') !== false) 142 142 { 143 143 $metacontact = explode(',', $conf['contactmeta']); -
extensions/meta/maintain.inc.php
r26983 r28236 48 48 $majvalue2=$row['value']; 49 49 50 if (!$majvalue2==1 and !is_adviser())50 if (!$majvalue2==1) 51 51 { 52 52
Note: See TracChangeset
for help on using the changeset viewer.