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
|
|
@ -21,7 +21,7 @@
|
|||
/**\file
|
||||
* \brief this file respond to an ajax request to modify a type of document
|
||||
*/
|
||||
require_once NOALYSS_INCLUDE.'/class/class_document_type.php';
|
||||
require_once NOALYSS_INCLUDE.'/class/document_type.class.php';
|
||||
echo HtmlInput::title_box(_('Type de document'),'change_doc_div');
|
||||
|
||||
$doc_type=new Document_type($cn,$dt_id);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue