This commit is contained in:
Garvin Hicking
2003-06-03 12:21:22 +00:00
parent 3b75b77733
commit fc69f54ae1
2 changed files with 9 additions and 1632 deletions

1639
ChangeLog

File diff suppressed because it is too large Load Diff

View File

@@ -988,7 +988,7 @@ if (!defined('PMA_DISPLAY_TBL_LIB_INCLUDED')) {
$uva_condition = $uva_nonprimary_condition;
}
$uva_condition = urlencode(ereg_replace('[[:space:]]?AND$', '', $uva_condition));
$uva_condition = urlencode(preg_replace('|[[:space:]]?AND$|', '', $uva_condition));
} // end if (1.1)
// 1.2 Defines the urls for the modify/delete link(s)