/[hr-web]/Overview.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 /Overview.php

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

revision 1.6 by ravilov, Wed Jun 26 14:50:40 2002 UTC revision 1.7 by ravilov, Tue Jul 23 13:08:57 2002 UTC
# Line 3  Line 3 
3          if (!Auth()) exit;          if (!Auth()) exit;
4          include("inc/conn.php");          include("inc/conn.php");
5          function Prepare($str, $ne = true) {          function Prepare($str, $ne = true) {
6                  $str = ereg_replace("\r?\n", "<BR>",                  $str = nl2br(HTML_Escape(Win_ISO($str)));
                         HTML_Escape(Win_ISO($str)));  
7                  if ($ne) nepoznato($str);                  if ($ne) nepoznato($str);
8                  return $str;                  return $str;
9          }          }

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7

  ViewVC Help
Powered by ViewVC 1.1.26