Ignore:
Timestamp:
Oct 15, 2008, 10:56:23 PM (16 years ago)
Author:
patdenice
Message:
  • change mysql_escape_string function (deprecated) by mysql_real_escape_string.
  • Correction on install.tpl (link color).
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/history.php

    r2543 r2752  
    111111      '*',
    112112      '%',
    113       mysql_escape_string($_POST['filename'])
     113      mysql_real_escape_string($_POST['filename'])
    114114      );
    115115  }
Note: See TracChangeset for help on using the changeset viewer.