I screwed up.
I had:
Instead of:PHP Code:if ($tv_display_size->RecordCount()>0) { and (isset($cPath) and $cPath == '967')) {
Works like a charm, thank you!PHP Code:if ($tv_display_size->RecordCount()>0 and (isset($cPath) and $cPath == '967')) {
![]()
I screwed up.
I had:
Instead of:PHP Code:if ($tv_display_size->RecordCount()>0) { and (isset($cPath) and $cPath == '967')) {
Works like a charm, thank you!PHP Code:if ($tv_display_size->RecordCount()>0 and (isset($cPath) and $cPath == '967')) {
![]()