Skip to content

Commit

Permalink
1.1.11 - 오류 (컴센스님)
Browse files Browse the repository at this point in the history
  • Loading branch information
open2 committed Jan 6, 2013
1 parent bb9cd09 commit 3258f11
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion bbs/visit_insert.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ function convertUrlQuery($query) {
if ($query) {
$sql = " insert $g4[seo_tag_table] (tag_name, tag_date, count, bo_table, wr_id)
values ('$query', '$g4[time_ymd]', 1, '$bo_table', '$wr_id') ON DUPLICATE KEY update count = count+1 ";
echo $sql;
sql_query($sql);
}
}
Expand Down

0 comments on commit 3258f11

Please sign in to comment.