Changement de PhpCompta par NOALYSS

This commit is contained in:
Dany De Bontridder 2014-01-27 21:16:24 +01:00
parent 22f8f19b6e
commit ad5e07fe25
35 changed files with 72 additions and 70 deletions

View file

@ -17,7 +17,7 @@ require_once 'class_phpcompta_sql.php';
/**
* @brief Manage the table public.profile
*/
class Profile_sql extends phpcompta_sql
class Profile_sql extends Phpcompta_SQL
{
/* example private $variable=array("easy_name"=>column_name,"email"=>"column_name_email","val3"=>0); */