bug
Hi Ray
Found a minor bug in the DataAssist 'MySQLi Delete if recordset empty' behaviour:
It adds the code beginning:
<?php
if ((rsCtteeMembers->TotalRows === 0)) {
Instead of
<?php
if (($rsCtteeMembers->TotalRows === 0)) {
HTH
Cheers
Chris
Hi Ray
Found a minor bug in the DataAssist 'MySQLi Delete if recordset empty' behaviour:
It adds the code beginning:
<?php
if ((rsCtteeMembers->TotalRows === 0)) {
Instead of
<?php
if (($rsCtteeMembers->TotalRows === 0)) {
HTH
Cheers
Chris
I can't seem to find a server behavior with that name to test with. What steps should I follow to reproduce the problem?
Hi Ray
Sorry - I as too vague!
Server behaviours -> webassist -> MYSQL-i -> Data Management -> Mysqli Delete Record
Trigger: Recordset xyz empty
HTH
Cheers
Chris
Reinstall the latest version of Data Bridge. This looks like an issue that was fixed and will not occur if you reinstall and get the latest version of the extension.
Thanks Ray, I'll try that.
UPDATE - just checked - I have 2.3.5 installed.
Chris
Reinstall and let me know if it still happens. It may have been overwritten by another extension installation that has an older version.
Your friends over here at WebAssist! These Dreamweaver extensions will assist you in building unlimited, custom websites.
These out-of-the-box solutions provide you proven, tested applications that can be up and running now. Build a store, a gallery, or a web-based email solution.