We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e24fd33 commit 0be3695Copy full SHA for 0be3695
lib/ezsqlModel.php
@@ -475,7 +475,8 @@ public function varDump($mixed = null)
475
echo " " . $func_string ."<br>\n";
476
}
477
478
- echo "<b>Last Rows Returned:</b> ".((\count($this->last_result) > 0) ? $this->last_result[0] : '')."\n";
+ echo "<b>Last Rows Returned:</b><br>";
479
+ echo ((\count($this->last_result) > 0) ? print_r($this->last_result[0]) : '')."\n";
480
echo "</font></pre></font></blockquote></td></tr></table>";//.$this->donation();
481
echo "\n<hr size=1 noshade color=dddddd>";
482
0 commit comments