diff options
author | Paul S. Owen <psotfx@users.sourceforge.net> | 2002-02-02 18:57:54 +0000 |
---|---|---|
committer | Paul S. Owen <psotfx@users.sourceforge.net> | 2002-02-02 18:57:54 +0000 |
commit | 60a72ee8dd6dd44a7b36260a8908179218576734 (patch) | |
tree | 356bbffcf3199fe38709ffc24d5aeaf296365bd2 /phpBB/update_to_RC3.php | |
parent | 91918c8a9d332ac7b5144db6a984b9d73c0c13e2 (diff) | |
download | forums-60a72ee8dd6dd44a7b36260a8908179218576734.tar forums-60a72ee8dd6dd44a7b36260a8908179218576734.tar.gz forums-60a72ee8dd6dd44a7b36260a8908179218576734.tar.bz2 forums-60a72ee8dd6dd44a7b36260a8908179218576734.tar.xz forums-60a72ee8dd6dd44a7b36260a8908179218576734.zip |
last bid at four
git-svn-id: file:///svn/phpbb/trunk@2043 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/update_to_RC3.php')
-rw-r--r-- | phpBB/update_to_RC3.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/phpBB/update_to_RC3.php b/phpBB/update_to_RC3.php index c4cd74f2bc..fb383cbc4a 100644 --- a/phpBB/update_to_RC3.php +++ b/phpBB/update_to_RC3.php @@ -85,7 +85,8 @@ else $theme_id = $row['themes_id']; $sql = "UPDATE " . THEMES_TABLE . " - SET head_stylesheet = '', body_background = '', body_bgcolor = 'E5E5E5', body_text = '000000', body_link = '006699', body_vlink = '5493B4', body_alink = '', body_hlink = 'DD6900', tr_color1 = 'EFEFEF', tr_color2 = 'DEE3E7', tr_color3 = 'D1D7DC', tr_class1 = '', tr_class2 = '', tr_class3 = '', th_color1 = '98AAB1', th_color2 = '006699', th_color3 = 'FFFFFF', th_class1 = 'cellpic1.gif', th_class2 = 'cellpic3.gif', th_class3 = 'cellpic2.jpg', td_color1 = 'FAFAFA', td_color2 = 'FFFFFF', td_color3 = '', td_class1 = 'row1', td_class2 = 'row2', td_class3 = '', fontface1 = 'Verdana, Arial, Helvetica, sans-serif', fontface2 = 'Trebuchet MS', fontface3 = 'Courier, \'Courier New\', sans-serif', fontsize1 = 10, fontsize2 = 11, fontsize3 = 12, fontcolor1 = '444444', fontcolor2 = '006600', fontcolor3 = 'FFA34F', span_class1 = '', span_class2 = '', span_class3 = ''"; + SET head_stylesheet = '', body_background = '', body_bgcolor = 'E5E5E5', body_text = '000000', body_link = '006699', body_vlink = '5493B4', body_alink = '', body_hlink = 'DD6900', tr_color1 = 'EFEFEF', tr_color2 = 'DEE3E7', tr_color3 = 'D1D7DC', tr_class1 = '', tr_class2 = '', tr_class3 = '', th_color1 = '98AAB1', th_color2 = '006699', th_color3 = 'FFFFFF', th_class1 = 'cellpic1.gif', th_class2 = 'cellpic3.gif', th_class3 = 'cellpic2.jpg', td_color1 = 'FAFAFA', td_color2 = 'FFFFFF', td_color3 = '', td_class1 = 'row1', td_class2 = 'row2', td_class3 = '', fontface1 = 'Verdana, Arial, Helvetica, sans-serif', fontface2 = 'Trebuchet MS', fontface3 = 'Courier, \'Courier New\', sans-serif', fontsize1 = 10, fontsize2 = 11, fontsize3 = 12, fontcolor1 = '444444', fontcolor2 = '006600', fontcolor3 = 'FFA34F', span_class1 = '', span_class2 = '', span_class3 = '' + WHERE themes_id = $theme_id"; if ( !($result = $db->sql_query($sql)) ) { die("Couldn't update subSilver theme"); |