2013-09-10 Juan Manuel Ramon <juanmanuel.ramon@artica.es>

* godmode/admin_access_logs.php: Fixed php error that breaks
        this view.



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8755 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
juanmanuelr 2013-09-10 11:52:19 +00:00
parent 0c7485e778
commit 01bc7a0ffc
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2013-09-10 Juan Manuel Ramon <juanmanuel.ramon@artica.es>
* godmode/admin_access_logs.php: Fixed php error that breaks
this view.
2013-09-09 Ramon Novoa <rnovoa@artica.es>
* extras/pandoradb_migrate_4.0.x_to_5.0.postgreSQL.sql,

View File

@ -284,7 +284,7 @@ foreach ($result as $row) {
switch ($config['dbtype']) {
case "mysql":
case "postgresql":
rowEnterpriseAudit$table, $iterator, $row['id_sesion']);
rowEnterpriseAudit($table, $iterator, $row['id_sesion']);
break;
case "oracle":
rowEnterpriseAudit($table, $iterator, $row['id_sesion']);