new coding convention , Change File name : class_ becomes file.class.php
This commit is contained in:
parent
1d5550713f
commit
f84a96033e
355 changed files with 1011 additions and 1011 deletions
|
|
@ -302,7 +302,7 @@ for($i=0;$i<count($last_ledger);$i++):
|
|||
echo HtmlInput::title_box(_('Suivi'),"last_operation_management_div",'zoom','onclick="action_show('.dossier::id().')"');
|
||||
?>
|
||||
<?php
|
||||
require_once NOALYSS_INCLUDE.'/class/class_follow_up.php';
|
||||
require_once NOALYSS_INCLUDE.'/class/follow_up.class.php';
|
||||
$gestion=new Follow_Up($cn);
|
||||
$array=$gestion->get_last(MAX_ACTION_SHOW);
|
||||
$len_array=count($array);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue