diff --git a/include/admin/groups.inc.php b/include/admin/groups.inc.php index 0c9a566e..9c5e5244 100644 --- a/include/admin/groups.inc.php +++ b/include/admin/groups.inc.php @@ -33,6 +33,11 @@ if (isset($_POST['SAVE_EDIT']) && serendipity_checkFormToken()) { printf('
' . MODIFIED_GROUP . '
', htmlspecialchars($serendipity['POST']['name'])); } +function splitEntryMark($data) { + list($name, $note) = explode(":", $data); + return "$name: $note"; +} + if ( $serendipity['GET']['adminAction'] != 'delete' ) { ?> @@ -170,7 +175,7 @@ foreach($allusers AS $user) { echo "\n"; } else { echo "\n"; - echo "\n"; + echo "\n"; echo '' . "\n"; echo "\n"; }
$indent$indent' . $indentB . '