diff --git a/dev/manage-code/create-file/create_file_table.sql b/dev/manage-code/create-file/create_file_table.sql index ccd9f2fa1..6a03207c5 100644 --- a/dev/manage-code/create-file/create_file_table.sql +++ b/dev/manage-code/create-file/create_file_table.sql @@ -3,5 +3,5 @@ SELECT FROM information_schema.columns WHERE - columns.table_name='section_ledger'; + columns.table_name='operation'; diff --git a/dev/manage-code/create-file/create_phpclass.py b/dev/manage-code/create-file/create_phpclass.py index afd21f6e1..89368e293 100755 --- a/dev/manage-code/create-file/create_phpclass.py +++ b/dev/manage-code/create-file/create_phpclass.py @@ -58,8 +58,9 @@ Example */ require_once('class_database.php'); require_once('ac_common.php'); + + /** - *@class *@brief Manage the table @table@ */ class @class_name@ @mother_class@ @@ -245,8 +246,8 @@ Example */ require_once('class_database.php'); require_once('ac_common.php'); + /** - *@class *@brief Manage the table @table@ *@extends @mother_class@ */