mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-28 08:14:38 +02:00
2011-03-10 Miguel de Dios <miguel.dedios@artica.es>
* include/db/postgresql.php, operation/agentes/estado_agente.php: erased the lost call to traces messages. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@4085 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
2b4c044e6d
commit
57e6547524
@ -1,3 +1,8 @@
|
|||||||
|
2011-03-10 Miguel de Dios <miguel.dedios@artica.es>
|
||||||
|
|
||||||
|
* include/db/postgresql.php, operation/agentes/estado_agente.php: erased
|
||||||
|
the lost call to traces messages.
|
||||||
|
|
||||||
2011-03-10 Miguel de Dios <miguel.dedios@artica.es>
|
2011-03-10 Miguel de Dios <miguel.dedios@artica.es>
|
||||||
|
|
||||||
* extensions/update_manager.php,
|
* extensions/update_manager.php,
|
||||||
|
@ -386,13 +386,11 @@ function postgresql_get_db_value_filter ($field, $table, $filter, $where_join =
|
|||||||
$field, $table,
|
$field, $table,
|
||||||
format_array_to_where_clause_sql ($filter, $where_join));
|
format_array_to_where_clause_sql ($filter, $where_join));
|
||||||
|
|
||||||
$result = get_db_all_rows_sql ($sql); debugPrint($sql);
|
$result = get_db_all_rows_sql ($sql);
|
||||||
|
|
||||||
if ($result === false)
|
if ($result === false)
|
||||||
return false;
|
return false;
|
||||||
|
|
||||||
debugPrint($field);
|
|
||||||
|
|
||||||
$fieldClean = str_replace('`', '', $field);
|
$fieldClean = str_replace('`', '', $field);
|
||||||
|
|
||||||
return $result[0][$fieldClean];
|
return $result[0][$fieldClean];
|
||||||
|
@ -77,10 +77,8 @@ if (is_ajax ()) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
$first = true;
|
$first = true;
|
||||||
while ($row = get_db_all_row_by_steps_sql($first, $result, "SELECT * FROM tgrupo")){
|
while ($row = get_db_all_row_by_steps_sql($first, $result, "SELECT * FROM tgrupo")) {
|
||||||
$first = false;
|
$first = false;
|
||||||
|
|
||||||
debugPrint($row);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// Take some parameters (GET)
|
// Take some parameters (GET)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user