mirror of
https://github.com/vrana/adminer.git
synced 2026-03-01 01:51:25 +01:00
Czech translation
git-svn-id: https://adminer.svn.sourceforge.net/svnroot/adminer/trunk@37 7c3ca157-0c34-0410-bff1-cbf682f78f5c
This commit is contained in:
@@ -86,7 +86,7 @@ if (!mysql_num_rows($result)) {
|
||||
}
|
||||
echo "<td>$val</td>";
|
||||
}
|
||||
echo '<td><a href="' . htmlspecialchars($SELF) . 'edit=' . urlencode($_GET['select']) . '&' . implode('&', unique_idf($row, $indexes)) . '">edit</a>'; //! views can be unupdatable
|
||||
echo '<td><a href="' . htmlspecialchars($SELF) . 'edit=' . urlencode($_GET['select']) . '&' . implode('&', unique_idf($row, $indexes)) . '">' . lang('edit') . '</a>'; //! views can be unupdatable
|
||||
foreach ($childs as $child) {
|
||||
echo ' <a href="' . htmlspecialchars(strlen($child[0]) ? preg_replace('~([?&]db=)[^&]+~', '\\1' . urlencode($child[0]), $SELF) : $SELF) . 'select=' . urlencode($child[1]);
|
||||
foreach ($child[2] as $i => $source) {
|
||||
|
||||
Reference in New Issue
Block a user