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:
mdtrooper 2011-03-11 09:33:45 +00:00
parent 2b4c044e6d
commit 57e6547524
3 changed files with 7 additions and 6 deletions

View File

@ -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>
* extensions/update_manager.php,

View File

@ -386,12 +386,10 @@ function postgresql_get_db_value_filter ($field, $table, $filter, $where_join =
$field, $table,
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)
return false;
debugPrint($field);
$fieldClean = str_replace('`', '', $field);

View File

@ -77,10 +77,8 @@ if (is_ajax ()) {
}
$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;
debugPrint($row);
}
// Take some parameters (GET)