@@ -62,7 +62,7 @@ discard block |
||
| 62 | 62 | } |
| 63 | 63 | |
| 64 | 64 | if (isset($sqlWhereDate)) { |
| 65 | - $sqlWhere.= ' and '.$sqlWhereDate; |
|
| 65 | + $sqlWhere .= ' and '.$sqlWhereDate; |
|
| 66 | 66 | } |
| 67 | 67 | } |
| 68 | 68 | |
@@ -75,7 +75,7 @@ discard block |
||
| 75 | 75 | |
| 76 | 76 | $sqlWhereList = 'user_list = \''.$options['list'].'\''; |
| 77 | 77 | |
| 78 | - $sqlWhere.= ' and '.$sqlWhereList; |
|
| 78 | + $sqlWhere .= ' and '.$sqlWhereList; |
|
| 79 | 79 | } |
| 80 | 80 | |
| 81 | 81 | /* |