/[health_html]/inc/global.php
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /inc/global.php

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.3 by ravilov, Wed Aug 8 12:58:08 2001 UTC revision 1.5 by ravilov, Thu Aug 16 09:08:42 2001 UTC
# Line 5  Line 5 
5                          "array_search(strtoupper('\\2'),\$allowed,false)?'\\1':HTMLSpecialChars('\\1')",                          "array_search(strtoupper('\\2'),\$allowed,false)?'\\1':HTMLSpecialChars('\\1')",
6                          $str);                          $str);
7                  $str = preg_replace("/(^\s+|\s+$)/", "", $str);                  $str = preg_replace("/(^\s+|\s+$)/", "", $str);
8                    $str = ereg_replace("\"", """, $str);
9                  return $str;                  return $str;
10          }          }
11          function ParseNewline($str) {          function ParseNewline($str) {

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.5

  ViewVC Help
Powered by ViewVC 1.1.26