added infou about UFPDF to documentation

This commit is contained in:
Michal Čihař
2004-12-29 14:16:51 +00:00
parent 9edf126599
commit f1f39b8ed1
162 changed files with 4240 additions and 2329 deletions

View File

@@ -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>