/[health_html]/inc/util.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/util.php

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

revision 1.8 by ravilov, Fri Oct 12 09:22:02 2001 UTC revision 1.9 by ravilov, Tue Oct 16 13:07:03 2001 UTC
# Line 55  Line 55 
55                  if ($cat == "p") $m = "pmore";                  if ($cat == "p") $m = "pmore";
56                  $t->assign("m", $m);                  $t->assign("m", $m);
57                  $t->assign("name", $name);                  $t->assign("name", $name);
58                  $t->assign("read", $read || ($more && !strstr($more, "?")) ? $read : "");                  $pos = strpos($more, "?");
59                    $t->assign("read", $read && (!$more || ($more && ($pos === false || $pos != 0))) ? $read : "");
60                  $t->assign("more", /* $more */ strstr($more, "?") ? $more : "");                  $t->assign("more", /* $more */ strstr($more, "?") ? $more : "");
61                  $t->assign("more_new", strstr($more, "://") ? true : false);                  $t->assign("more_new", strstr($more, "://") ? true : false);
62                  $t->assign("more_title", $more_title);                  $t->assign("more_title", $more_title);

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9

  ViewVC Help
Powered by ViewVC 1.1.26