Fix bug ; double line
This commit is contained in:
parent
9b3ee76b98
commit
3f600d6136
1 changed files with 1 additions and 1 deletions
|
|
@ -76,7 +76,7 @@ $condition=$condition." ".$part;
|
|||
if ( $g_UserProperty['use_admin'] != 1 ) {
|
||||
$condition.=" uj_priv in ('W','R') and uj_login='".$g_user."'" ;
|
||||
} else {
|
||||
$condition.=" 1=1 ";
|
||||
$condition.=" uj_login='$g_user' ";
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue