diff options
Diffstat (limited to 'inc/lib_log.php')
-rwxr-xr-x | inc/lib_log.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/inc/lib_log.php b/inc/lib_log.php index f163fb9fe94..ce46e9a683d 100755 --- a/inc/lib_log.php +++ b/inc/lib_log.php @@ -69,7 +69,6 @@ class OC_LOG { $user=$_SESSION['username_clean']; $result = OC_DB::select('select `timestamp`,`user`,`type`,`message` from '.$CONFIG_DBTABLEPREFIX.'log where user=\''.$user.'\' order by timestamp desc limit 20'); } - $result = OC_DB::select($query); foreach($result as $entry){ echo('<tr class="browserline">'); echo('<td class="sizetext">'.date($CONFIG_DATEFORMAT,$entry['timestamp']).'</td>'); |