Subversion Repositories oidplus

Compare Revisions

Regard whitespace Rev 789 → Rev 790

/trunk/plugins/viathinksoft/raPages/099_object_log/OIDplusPageRaObjectLog.class.php
53,7 → 53,7
"where lu.object = ? " .
"order by lo.unix_ts desc", array($id));
$text .= '<h2>'._L('Log messages for object %1',htmlentities($id)).'</h2>';
if ($res->num_rows() > 0) {
if ($res->any()) {
$text .= '<pre>';
while ($row = $res->fetch_array()) {
$users = array();