summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: c2469b8)
raw | patch | inline | side by side (parent: c2469b8)
author | janw <janw@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 31 Jul 2007 11:51:21 +0000 (11:51 +0000) | ||
committer | janw <janw@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 31 Jul 2007 11:51:21 +0000 (11:51 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.5@6948 594d385d-05f5-0310-b6e9-bd551577e9d8
include/functions.inc | patch | blob | history |
diff --git a/include/functions.inc b/include/functions.inc
index 8867c0674c83c66ac1ee415c1c58361748d8799a..2624017144274db1bc4438747ebde85896bf1373 100644 (file)
--- a/include/functions.inc
+++ b/include/functions.inc
"/</",
"/>/",
"/\?/",
+ "/\&/",
+ "/\(/",
+ "/\)/",
"/\"/");
$to = array(
"%3C",
"%3E",
"%3F",
+ "%38",
+ "%28",
+ "%29",
"%22");
$string = preg_replace($from,$to,$string);
return ($vendor);
}
-
// vim:tabstop=2:expandtab:shiftwidth=2:filetype=php:syntax:ruler:
?>