X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/42dcc17360038e8fdfdb3bbdc7983bf5fe727954..35af76f7c66ba10e2e1279f2e9afbdb2b09a141d:/WEB-INF/lib/ttUser.class.php diff --git a/WEB-INF/lib/ttUser.class.php b/WEB-INF/lib/ttUser.class.php index 8b98caa3..692d80ef 100644 --- a/WEB-INF/lib/ttUser.class.php +++ b/WEB-INF/lib/ttUser.class.php @@ -202,6 +202,12 @@ class ttUser { return ($this->behalfGroup ? $this->behalfGroup->config : $this->config); } + // getConfirmSave returns confirm_save option for user. + function getConfirmSave() { + return true; // TODO: implement this properly. + // return ($this->behalfGroup ? $this->behalfGroup->config : $this->config); + } + // can - determines whether user has a right to do something. function can($do_something) { return in_array($do_something, $this->rights);