This commit is contained in:
Roland Gruber 2009-05-21 15:57:40 +00:00
parent 410a98a220
commit 90de70c505
1 changed files with 2 additions and 2 deletions

View File

@ -1012,7 +1012,7 @@ abstract class baseModule {
* An error message should be printed if the function returns false. * An error message should be printed if the function returns false.
* *
* @param boolean $newAccount new account * @param boolean $newAccount new account
* @return true, if no problems occured * @return boolean true, if no problems occured
*/ */
public function preModifyActions($newAccount) { public function preModifyActions($newAccount) {
return true; return true;
@ -1036,7 +1036,7 @@ abstract class baseModule {
* <br> * <br>
* An error message should be printed if the function returns false. * An error message should be printed if the function returns false.
* *
* @return true, if no problems occured * @return boolean true, if no problems occured
*/ */
public function preDeleteActions() { public function preDeleteActions() {
return true; return true;