1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-22 14:13:03 +02:00

Code cleanup. Extra debug info under Paths.

This commit is contained in:
Cameron
2020-12-21 06:43:07 -08:00
parent 78665cd56d
commit 63527c4f19
3 changed files with 44 additions and 5 deletions

View File

@@ -283,7 +283,7 @@ class user_mailout
* @param $allow_edit is TRUE to allow user to change the selection; FALSE to just display current settings
* @param $selectVals is the current selection information - in the same format as returned by returnSelectors()
*
* @return Returns HTML which is displayed in a table cell. Typically we return a complete table
* @return array Returns HTML which is displayed in a table cell. Typically we return a complete table
*/
public function showSelect($allow_edit = FALSE, $selectVals = FALSE)
{