mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 07:24:13 +01:00
Improved the query logging + replay mechanism
SVN:trunk[2484]
This commit is contained in:
@@ -59,6 +59,10 @@ class XMLPage extends WebPage
|
||||
}
|
||||
echo trim($this->s_content);
|
||||
}
|
||||
if (class_exists('MetaModel'))
|
||||
{
|
||||
MetaModel::RecordQueryTrace();
|
||||
}
|
||||
}
|
||||
|
||||
public function add($sText)
|
||||
|
||||
Reference in New Issue
Block a user