|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2002-11-30 15:53 UTC] jon@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Mon Dec 22 09:00:01 2025 UTC |
Log 1.5.2 File Log/sql.php No error is checked when submitting the INSERT statement containing the Log message. It could help diagnose problems if this would look like: $res = $this->_db->query($q); if (DB::isError($res)) { die($res->getMessage()); } Regards, Peter Hopfgartner