Change in version 9.23.4

Hello,

as you already noticed probably, I uploaded build 9.23.4

This build has an important change I think which can reduce signicantly the size of produced files (history.log,html and xml) : Indeed I keep now in this build only the name of Stored Procs found in the detailed report "Most CPU Queries (SQL 2K5 only)" instead of the entire sp text as it was before.
In this report, for each row returned, I determine so if it a Stored Procedure and in this case I keep only its name and remove the remaining part. I think knowing the sp name is enough in this report.
However, I keep the entire SQL query if SQL query is returned as statement instead of a stored proc

Let me know if you meet any problems with this change

thanks !

JP