Changeset 806 for trunk/polyfill


Ignore:
Timestamp:
Jan 13, 2024 8:56:57 PM (4 months ago)
Author:
anonymous
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/polyfill/mysql.inc.php

    r756 r806  
    833833        public function mysql_real_escape_string($string, $link = false)
    834834        {
     835            if ('' == $string) {
     836                return '';
     837            }
     838
    835839            $link = $this->_getLastLink($link);
    836840
Note: See TracChangeset for help on using the changeset viewer.