From 11526305f506245af55e8ae7ea31faec49dfd98d Mon Sep 17 00:00:00 2001 From: thomascube <thomas@roundcube.net> Date: Mon, 02 Mar 2009 12:34:18 -0500 Subject: [PATCH] Revert r2322; this is done in rcmail_html4inline() and now secured + fix tests --- program/include/rcmail.php | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/program/include/rcmail.php b/program/include/rcmail.php index 51ca921..f109c16 100644 --- a/program/include/rcmail.php +++ b/program/include/rcmail.php @@ -47,7 +47,7 @@ /** * This implements the 'singleton' design pattern * - * @return object qvert The one and only instance + * @return object rcmail The one and only instance */ static function get_instance() { -- Gitblit v1.9.1