Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc Delisle <marc@infomarc.info>2004-01-20 23:24:00 +0300
committerMarc Delisle <marc@infomarc.info>2004-01-20 23:24:00 +0300
commitf8d049ace566b2a2ae2dd9dd61f22664b6e7a563 (patch)
treef85e6a35aa99a4b6536795cb03e814bb2b61775f /pdf_schema.php
parentb0cc4dbb237fa3ab6a5749d173e3a8b5c12de471 (diff)
use PMA_DBI function
Diffstat (limited to 'pdf_schema.php')
-rw-r--r--pdf_schema.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/pdf_schema.php b/pdf_schema.php
index 092de2a701..f56b1e54cc 100644
--- a/pdf_schema.php
+++ b/pdf_schema.php
@@ -1283,7 +1283,7 @@ function PMA_RT_DOC($alltables ){
$check_time = (isset($showtable['Check_time']) ? PMA_localisedDate(strtotime($showtable['Check_time'])) : '');
if ($result) {
- mysql_free_result($result);
+ PMA_DBI_free_result($result);
}
@@ -1326,7 +1326,7 @@ function PMA_RT_DOC($alltables ){
} // end while
if ($result) {
- mysql_free_result($result);
+ PMA_DBI_free_result($result);
}
@@ -1498,7 +1498,7 @@ function PMA_RT_DOC($alltables ){
} */
} // end while
$pdf->SetFont('', '',14);
- mysql_free_result($result);
+ PMA_DBI_free_result($result);
}//end each