array(2) {
[0]=>
string(815) "
select r.*,
rc.info,
t.title as threadtitle,
u.username as username,
u.anonymous as useranonymous,
`f`.`value` AS `flairvalue`,
`ft`.`name` AS `flairname`,
`ft`.`colour` AS `flaircolour`,
`ft`.`icon` AS `flairicon`
from reply as r
join thread as t on t.id = r.threadid
join replycontent as rc on rc.replyid = r.id
join user as u on u.id = r.userid
left join `flair` `f` on `f`.`userid` = `u`.`id` and `f`.`categoryid` = `t`.`categoryid`
left join `flairoption` `ft` on `ft`.`id` = `f`.`flairoptionid`
where r.businessid = :businessId
and r.threadid = :threadId
group by r.id
order by r.utcdated desc
limit 0,50
"
[1]=>
array(2) {
["businessId"]=>
int(1)
["threadId"]=>
int(32981)
}
}

Years ago
Coaching bad habits out of players
Instead of trying to correct a bad habit, can you teach him a good habit instead, and then work it into him so much that he drops the bad habit without realising?

Anonymous
Years ago
It can take hundreds if not thousands or repetitions in some cases to change muscle memory. The longer he's been doing things one way the longer it'll take to change. Sounds like you've been able to get an improvement already so just be patient and keep working at it.
Encourage him to practice what you've shown him at home and stress the importance of practicing the right way.
