summaryrefslogtreecommitdiff
path: root/html/import/import_renderer-dm.php
diff options
context:
space:
mode:
Diffstat (limited to 'html/import/import_renderer-dm.php')
-rw-r--r--html/import/import_renderer-dm.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/html/import/import_renderer-dm.php b/html/import/import_renderer-dm.php
index e680bbf..a889865 100644
--- a/html/import/import_renderer-dm.php
+++ b/html/import/import_renderer-dm.php
@@ -7,7 +7,7 @@
if(($time_gameend-$time_gamestart)>300 && count(array_unique($playernames))>=2) {
try {
- $safe_uid = mysql_real_escape_string($uid);
+ $safe_uid = mysqli_real_escape_string($GLOBALS["___mysqli_link"], $uid);
// Get relevant data
list($datafrags, $derivfrags, $topFraggers,$counter,$datafragsteam,$derivfragsteam,$topTeams) = parseDMdata($safe_uid);