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:
authorMichal Čihař <michal@cihar.com>2004-12-29 17:16:51 +0300
committerMichal Čihař <michal@cihar.com>2004-12-29 17:16:51 +0300
commitf1f39b8ed115c5cfbd18d3dca5fad1707beb00f2 (patch)
treea72311ad2bf44cee4b5f02179f6e185be6883853 /server_binlog.php
parent9edf12659973c6a9d1d33648bb8d7e2bef2969ad (diff)
added infou about UFPDF to documentation
Diffstat (limited to 'server_binlog.php')
-rw-r--r--server_binlog.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/server_binlog.php b/server_binlog.php
index 27a015888e..7c12ab9b11 100644
--- a/server_binlog.php
+++ b/server_binlog.php
@@ -79,8 +79,8 @@ PMA_showMessage($GLOBALS['strSuccess']);
<?php
$useBgcolorOne = TRUE;
foreach ($serverProcesses as $value) {
- if (empty($full) && strlen($value['Info']) > $GLOBALS['cfg']['LimitChars']) {
- $value['Info'] = substr($value['Info'], 0, $GLOBALS['cfg']['LimitChars']) . '...';
+ if (empty($full) && PMA_strlen($value['Info']) > $GLOBALS['cfg']['LimitChars']) {
+ $value['Info'] = PMA_substr($value['Info'], 0, $GLOBALS['cfg']['LimitChars']) . '...';
}
?>
<tr>