mirror of
https://github.com/e107inc/e107.git
synced 2025-08-03 13:17:24 +02:00
Chatbox - typo fixed
This commit is contained in:
@@ -9,9 +9,9 @@
|
|||||||
* Chatbox e_list Handler
|
* Chatbox e_list Handler
|
||||||
*
|
*
|
||||||
* $Source: /cvs_backup/e107_0.8/e107_plugins/chatbox_menu/e_list.php,v $
|
* $Source: /cvs_backup/e107_0.8/e107_plugins/chatbox_menu/e_list.php,v $
|
||||||
* $Revision: 1.2 $
|
* $Revision: 1.3 $
|
||||||
* $Date: 2009-01-27 21:33:52 $
|
* $Date: 2009-08-06 22:30:23 $
|
||||||
* $Author: lisa_ $
|
* $Author: secretr $
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
if (!defined('e107_INIT')) { exit; }
|
if (!defined('e107_INIT')) { exit; }
|
||||||
@@ -62,6 +62,7 @@ class list_chatbox_menu
|
|||||||
|
|
||||||
$list_data[] = $record;
|
$list_data[] = $record;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
//return array with 'records', (global)'caption', 'display'
|
//return array with 'records', (global)'caption', 'display'
|
||||||
return array(
|
return array(
|
||||||
'records'=>$list_data,
|
'records'=>$list_data,
|
||||||
|
Reference in New Issue
Block a user