Skip to content

Commit

Permalink
Fix new generic classes system
Browse files Browse the repository at this point in the history
  • Loading branch information
eldy committed Jul 24, 2017
1 parent 307b8ef commit aff61fa
Show file tree
Hide file tree
Showing 6 changed files with 1,347 additions and 2,415 deletions.
5 changes: 2 additions & 3 deletions htdocs/modulebuilder/template/myobject_card.php
Expand Up @@ -18,9 +18,8 @@

/**
* \file htdocs/modulebuilder/template/myobject_card.php
* \ingroup mymodule othermodule1 othermodule2
* \brief This file is an example of a php page
* Put here some comments
* \ingroup mymodule
* \brief Page to create/edit/view myobject
*/

//if (! defined('NOREQUIREUSER')) define('NOREQUIREUSER','1');
Expand Down
2 changes: 1 addition & 1 deletion htdocs/modulebuilder/template/myobject_list.php
Expand Up @@ -19,7 +19,7 @@
/**
* \file htdocs/modulebuilder/template/myobject_list.php
* \ingroup mymodule
* \brief List page for monmodule
* \brief List page for myobject
*/

//if (! defined('NOREQUIREUSER')) define('NOREQUIREUSER','1');
Expand Down

0 comments on commit aff61fa

Please sign in to comment.