1
0
mirror of https://github.com/vrana/adminer.git synced 2025-08-13 18:14:07 +02:00
git-svn-id: https://adminer.svn.sourceforge.net/svnroot/adminer/trunk@127 7c3ca157-0c34-0410-bff1-cbf682f78f5c
This commit is contained in:
jakubvrana
2007-07-11 12:06:58 +00:00
parent b068da78ac
commit f79805fbf8

View File

@@ -137,6 +137,7 @@ for (var i=0; <?php echo $i; ?> > i; i++) {
}
echo "<tr>";
$unique_idf = '&amp;' . implode('&amp;', unique_idf($row, $indexes));
//! multiple delete by checkboxes
foreach ($row as $key => $val) {
if (!isset($val)) {
$val = "<i>NULL</i>";