projects
/
iserv-mod-error-reporter.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
98b1a24
)
only hidden messages were shown to non-admin users in erErrorReportManager::readFromSQL()
author
Roland Hieber
<devnull@localhost>
Sat, 28 Feb 2009 08:31:05 +0000
(09:31 +0100)
committer
Roland Hieber
<devnull@localhost>
Sat, 28 Feb 2009 08:31:05 +0000
(09:31 +0100)
inc/class_erErrorReportManager.inc
patch
|
blob
|
history
diff --git
a/inc/class_erErrorReportManager.inc
b/inc/class_erErrorReportManager.inc
index
4e3a127
..
cf15e03
100644
(file)
--- a/
inc/class_erErrorReportManager.inc
+++ b/
inc/class_erErrorReportManager.inc
@@
-264,7
+264,7
@@
class erErrorReportManager {
} else {
$strWhereClause = "WHERE ".((trim($strWhere) == "") ? "" :
"$strWhere AND ").sprintf("((er_act = '%s') or (er_hidden IS NULL OR ".
} else {
$strWhereClause = "WHERE ".((trim($strWhere) == "") ? "" :
"$strWhere AND ").sprintf("((er_act = '%s') or (er_hidden IS NULL OR ".
- " er_hidden))", $_SESSION["act"]);
+ "
NOT
er_hidden))", $_SESSION["act"]);
}
$strSortClause = $this->buildOrderByClause($arcSort);
}
$strSortClause = $this->buildOrderByClause($arcSort);
This page took
0.024758 seconds
and
4
git commands to generate.