This website works better with JavaScript.
Home
Register
Sign In
DedeBIZ
/
DedeV6
Watch
2
Star
0
Fork
0
Code
Pull Requests
0
Releases
29
Activity
Browse Source
Merge pull request
#17
from zidony/master
Update tag.lib.php
tags/6.0.3
llgoer
GitHub
4 years ago
parent
4f68faf587
8379cf873c
commit
4e39c30dcd
No known key found for this signature in database
GPG Key ID:
4AEE18F83AFDEB23
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/include/taglib/tag.lib.php
+ 1
- 1
src/include/taglib/tag.lib.php
View File
@@ -36,7 +36,7 @@ function lib_tag(&$ctag, &$refObj)
$ids .= ($ids == '' ? $row['tid'] : ',' . $row['tid']);
}
if ($ids != '') {
$addsql .= " AND id IN($ids)
AND
";
$addsql .= " AND id IN($ids)";
}
if ($addsql == '') return '';
} else {
Write
Preview
Loading…
Cancel
Save