Ignore:
Timestamp:
Apr 20, 2014, 9:21:38 AM (10 years ago)
Author:
ddtddt
Message:

[extensions] - meta

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/meta/admin/admin.php

    r26359 r28236  
    227227
    228228        case 'contactmeta':
     229if (empty($conf['contactmeta']))
     230 {
     231 $conf['contactmeta'] = ',';
     232 }
    229233
    230234$metacontact = explode(',', $conf['contactmeta']);
Note: See TracChangeset for help on using the changeset viewer.