Вход Регистрация
Файл: textpattern-4.5.7/textpattern/update/_to_4.0.8.php
Строк: 24
<?php

/*
$HeadURL: https://textpattern.googlecode.com/svn/releases/4.5.7/source/textpattern/update/_to_4.0.8.php $
$LastChangedRevision: 3057 $
*/

    
if (!defined('TXP_UPDATE'))
    {
        exit(
"Nothing here. You can't access this file directly.");
    }

    
$has_idx 0;
    
$rs getRows('show index from `'.PFX.'txp_plugin`');
    foreach (
$rs as $row) {
        if (
$row['Key_name'] == 'status_type_idx')
            
$has_idx 1;
    }

    if (!
$has_idx) {
        
safe_query('alter ignore table `'.PFX.'txp_plugin` add index status_type_idx(`status`, `type`)');
    }

    
# preserve old tag behaviour during upgrades
    
safe_update('txp_page'"user_html = REPLACE(user_html, '<txp:if_section>', '<txp:if_section name="">')"'1=1');
    
safe_update('txp_page'"user_html = REPLACE(user_html, '<txp:if_category name="">', '<txp:if_category>')"'1=1');
    
safe_update('txp_form'"Form = REPLACE(Form, '<txp:if_section>', '<txp:if_section name="">')"'1=1');
    
safe_update('txp_form'"Form = REPLACE(Form, '<txp:if_category name="">', '<txp:if_category>')"'1=1');

?>
Онлайн: 2
Реклама