Project

General

Profile

Bug #22496 ยป 14175.diff

Administrator Admin, 2010-05-11 15:36

View differences:

typo3/sysext/belog/mod/index.php (working copy)
if ($this->MOD_SETTINGS['action'] > 0) {
$where_part.=' AND type='.intval($this->MOD_SETTINGS['action']);
} elseif ($this->MOD_SETTINGS['action'] == -1) {
$where_part.=' AND error';
$where_part.=' AND error = 1';
}
    (1-1/1)