From: Moritz Bunkus Date: Fri, 26 Jan 2007 15:55:24 +0000 (+0000) Subject: Ich bin faul. Also brauche ich analog zu H() auch ein Q(). X-Git-Tag: release-2.4.2~240 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=4826a1d124c8fede00d1c0ac9625a8e418d7978f;p=kivitendo-erp.git Ich bin faul. Also brauche ich analog zu H() auch ein Q(). --- diff --git a/bin/mozilla/common.pl b/bin/mozilla/common.pl index 30548f63f..18cb89074 100644 --- a/bin/mozilla/common.pl +++ b/bin/mozilla/common.pl @@ -420,6 +420,10 @@ sub H { return $form->quote_html($_[0]); } +sub Q { + return $form->quote($_[0]); +} + sub format_dates { $lxdebug->enter_sub();