mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-16 22:51:32 +00:00
make last paramter of printFolderChooser() optional
This commit is contained in:
parent
e9c3696466
commit
985206f481
|
@ -900,7 +900,7 @@ function folderSelected<?php echo $formName ?>(id, name) {
|
||||||
<?php
|
<?php
|
||||||
} /* }}} */
|
} /* }}} */
|
||||||
|
|
||||||
function printFolderChooser($form, $accessMode, $exclude = -1, $default = false, $formname) { /* {{{ */
|
function printFolderChooser($form, $accessMode, $exclude = -1, $default = false, $formname = '') { /* {{{ */
|
||||||
$formid = "targetid".$form;
|
$formid = "targetid".$form;
|
||||||
if(!$formname)
|
if(!$formname)
|
||||||
$formname = "targetid";
|
$formname = "targetid";
|
||||||
|
|
Loading…
Reference in New Issue
Block a user