Merge branch 'g5'

This commit is contained in:
chicpro
2015-03-04 17:39:31 +09:00
2 changed files with 3 additions and 2 deletions

1
.gitignore vendored
View File

@ -11,5 +11,6 @@ g5_tree
cheditor*/ cheditor*/
ckeditor*/ ckeditor*/
log/ log/
g5_tree/
naver*.html naver*.html
initests01/ initests01/

View File

@ -43,7 +43,7 @@ $sql = " select gr_subject from {$g5['group_table']} where gr_id = '{$row['gr_id
$row = sql_fetch($sql); $row = sql_fetch($sql);
$subj1 = specialchars_replace($row['gr_subject'], 255); $subj1 = specialchars_replace($row['gr_subject'], 255);
echo '<?phpxml version="1.0" encoding="utf-8" ?>'."\n"; echo '<?xml version="1.0" encoding="utf-8" ?>'."\n";
?> ?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"> <rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel> <channel>