1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-11 17:14:42 +02:00

Issue #5079 - Notices and cleanup.

This commit is contained in:
camer0n
2023-11-03 06:37:31 -07:00
parent 09eddd8911
commit bdc042dc64
2 changed files with 28 additions and 35 deletions

View File

@@ -188,7 +188,7 @@
* @param bool $debug
* @param string $log_type
* @param string $log_remark
* @return int number of affected rows, or false on error
* @return int|false number of affected rows, or false on error
* @desc Update fields in ONE table of the database corresponding to your $arg variable<br />
* <br />
* Think to call it if you need to do an update while retrieving data.<br />