Skip to content

Commit

Permalink
Merge branch 'MDL-80538-main' of https://github.com/lameze/moodle
Browse files Browse the repository at this point in the history
  • Loading branch information
HuongNV13 committed Feb 1, 2024
2 parents 490ca57 + 6af7654 commit f51f0cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/tablelib.php
Expand Up @@ -220,10 +220,10 @@ function __construct($uniqueid) {
* for you (even if the param is '', which means no download this time.
* Also you can call this method with no params to get the current set
* download type.
* @param string $download dataformat type. One of csv, xhtml, ods, etc
* @param string|null $download type of dataformat for export.
* @param string $filename filename for downloads without file extension.
* @param string $sheettitle title for downloaded data.
* @return string download dataformat type. One of csv, xhtml, ods, etc
* @return string download dataformat type.
*/
function is_downloading($download = null, $filename='', $sheettitle='') {
if ($download!==null) {
Expand Down

0 comments on commit f51f0cc

Please sign in to comment.