Make WordPress Core

Changeset 904


Ignore:
Timestamp:
02/21/2004 07:40:14 PM (23 years ago)
Author:
michelvaldrighi
Message:

fixed sql query mess, I'm so sorry about it

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/upgrade-functions.php

    r899 r904  
    710710        // Add blog_charset option
    711711        if(!$wpdb->get_var("SELECT * FROM $tableoptions WHERE option_id = '93'")) {
    712                 $wpdb->query("INSERT INTO $tableoptions (option_id, option_name, option_type, option_value, option_description, option_admin_level) VALUES (93, 'blog_charset', 3, 'utf-8', 'Your blog&#8217;s charset (here&#8217;s a <a href='http://developer.apple.com/documentation/macos8/TextIntlSvcs/TextEncodingConversionManager/TEC1.5/TEC.b0.html'>list of possible charsets</a>)', 8)");
     712                $wpdb->query("INSERT INTO $tableoptions (option_id, option_name, option_type, option_value, option_description, option_admin_level) VALUES (93, 'blog_charset', 3, 'utf-8', 'Your blog&#8217;s charset (here&#8217;s a <a href=\"http://developer.apple.com/documentation/macos8/TextIntlSvcs/TextEncodingConversionManager/TEC1.5/TEC.b0.html\">list of possible charsets</a>)', 8)");
    713713        }
    714714
Note: See TracChangeset for help on using the changeset viewer.