Disable merge icon if user has no document set

This commit is contained in:
Nathan Gray 2011-02-04 16:02:18 +00:00
parent 0d88ac8799
commit 7f3baa2639

View File

@ -412,6 +412,7 @@ class infolog_ui
}
}
$rows[] = $info;
$readonlys["document[{$info['info_id']}]"] = !$this->prefs['default_document'];
}
unset($links);