Changeset 3006:ff60ee8b29e2 for inc/dbschema/upgrade.php
- Timestamp:
- 06/03/15 16:56:00 (10 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
inc/dbschema/upgrade.php
r2994 r3006 441 441 " AND setting_value = '1.11.1' "; 442 442 $core->con->execute($strReq); 443 # setup media_exclusion (cope with php, php5, php7, … rather than only .php) 444 $strReq = 'UPDATE '.$core->prefix.'setting '. 445 " SET setting_value = '/\\.php[0-9]*\$/i' ". 446 " WHERE setting_id = 'media_exclusion' ". 447 " AND setting_ns = 'system' ". 448 " AND setting_value = '/\\.php\$/i' "; 449 $core->con->execute($strReq); 443 450 } 444 451
Note: See TracChangeset
for help on using the changeset viewer.