mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-26 00:29:38 +01:00
Fix an invalid link definition in the adodb documentation.
This commit is contained in:
parent
49db0c8838
commit
4325167239
@ -1266,7 +1266,7 @@ else {
|
||||
the last error or use the PEAR_ERROR_DIE technique.
|
||||
</p>
|
||||
<h3>MetaError and MetaErrMsg</h3>
|
||||
<p>If you need error messages that work across multiple databases, then use <a href="#metaerror">MetaError()</a>, which returns a virtualized error number, based on PEAR DB's error number system, and <a href=<a href="#metaerrmsg">MetaErrMsg()</a>.
|
||||
<p>If you need error messages that work across multiple databases, then use <a href="#metaerror">MetaError()</a>, which returns a virtualized error number, based on PEAR DB's error number system, and <a href="#metaerrmsg">MetaErrMsg()</a>.
|
||||
|
||||
<h4>Error Messages</h4>
|
||||
<p>Error messages are outputted using the static method ADOConnnection::outp($msg,$newline=true).
|
||||
|
Loading…
Reference in New Issue
Block a user