When adding GROUP_CONCAT to the query, row count is:
Showing rows 0 - 0 (1 total, Query took 0.0224 sec)
Without GROUP_CONCAT:
Showing rows 0 - 4 (5 total, Query took 0.0215 sec)
So in the first case mysql_num_rows() doesn't work anymore EVEN query result (via PHPMySQL) is OK!
Why row count is zero??