projects
/
kivitendo-erp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
95ceff1
)
Ich bin faul. Also brauche ich analog zu H() auch ein Q().
author
Moritz Bunkus
<m.bunkus@linet-services.de>
Fri, 26 Jan 2007 15:55:24 +0000
(15:55 +0000)
committer
Moritz Bunkus
<m.bunkus@linet-services.de>
Fri, 26 Jan 2007 15:55:24 +0000
(15:55 +0000)
bin/mozilla/common.pl
patch
|
blob
|
history
diff --git
a/bin/mozilla/common.pl
b/bin/mozilla/common.pl
index
30548f6
..
18cb890
100644
(file)
--- 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();