new : Add the first_name in the search box for cards

This commit is contained in:
Dany De Bontridder 2010-10-21 19:57:12 +00:00
parent f85338bcec
commit a3947245a1
4 changed files with 85 additions and 4 deletions

View file

@ -804,7 +804,10 @@ class Database
}
static function test_me()
{}
function status()
{
return pg_transaction_status($this->db);
}
}
/* test::test_me(); */