]> git.mxchange.org Git - core.git/commit
getLastError() is now fully obsolete, you can get the same message by calling getLast...
authorRoland Häder <roland@mxchange.org>
Fri, 18 May 2012 18:47:17 +0000 (18:47 +0000)
committerRoland Häder <roland@mxchange.org>
Fri, 18 May 2012 18:47:17 +0000 (18:47 +0000)
commit3cfc834fbd3fae00c5edc65033c0f043fc4186a2
tree61499d1cf96472afaabb433aec8bbcef3c88d517
parent1f5f8021cedb431b687a30e4b19186339c00e0b9
getLastError() is now fully obsolete, you can get the same message by calling getLastException(), checking for if not NULL and if so call ->getMessage() on the instance
inc/classes/main/database/class_BaseDatabaseWrapper.php
inc/classes/main/database/databases/class_LocalFileDatabase.php