mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +02:00
Merge branch '1194-Extension-DB-inface-en-panel-de-ultima-actividad' into 'develop'
Fix dbmanager when insert db activity in activity login info panel - #1194 See merge request !739
This commit is contained in:
commit
df1489e08f
@ -167,7 +167,7 @@ function dbmgr_extension_main () {
|
|||||||
echo '<strong>An error has occured when querying the database.</strong><br />';
|
echo '<strong>An error has occured when querying the database.</strong><br />';
|
||||||
echo $error;
|
echo $error;
|
||||||
|
|
||||||
db_pandora_audit("Extension DB inface", "Error in SQL", false, false, $sql);
|
db_pandora_audit("DB Interface Extension", "Error in SQL", false, false, $sql);
|
||||||
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
@ -175,7 +175,7 @@ function dbmgr_extension_main () {
|
|||||||
if (! is_array ($result)) {
|
if (! is_array ($result)) {
|
||||||
echo "<strong>Output: <strong>".$result;
|
echo "<strong>Output: <strong>".$result;
|
||||||
|
|
||||||
db_pandora_audit("Extension DB inface", "SQL", false, false, $sql);
|
db_pandora_audit("DB Interface Extension", "SQL", false, false, $sql);
|
||||||
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user