1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-05 06:07:32 +02:00

Fix cursor definition

This commit is contained in:
e107steved
2007-07-16 20:50:15 +00:00
parent 201bd4a22a
commit dd6a5147c7

View File

@@ -3,7 +3,7 @@ if (getperms('0'))
if (!function_exists('admin_log')) {
function admin_log() {
global $sql, $ns;
$text = E_16_ADMINLOG." <a style='cursor: pointer; cursor: hand' onclick=\"expandit('adminlog')\">".ADLAN_116."</a>\n";
$text = E_16_ADMINLOG." <a style='cursor: pointer' onclick=\"expandit('adminlog')\">".ADLAN_116."</a>\n";
if (e_QUERY == "logall") {
$text .= "<div id='adminlog'>";
$cnt = $sql -> db_Select("dblog", "*", "ORDER BY `dblog_datestamp` DESC", "no_where");