/[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.10 by ravilov, Tue Oct 23 16:13:59 2001 UTC revision 1.12 by ravilov, Wed Oct 31 10:12:28 2001 UTC
# Line 49  Line 49 
49                  $t->assign("id", $id);                  $t->assign("id", $id);
50                  $t->assign("cat", $cat);                  $t->assign("cat", $cat);
51                  $t->assign("med", $isMed);                  $t->assign("med", $isMed);
52                  $m = "more";                  $m = "tmore";
53                  if ($cat == "t" || $cat == "3") $m = "tmore";                  if ($cat == "t" || $cat == "3") $m = "tmore";
54                  if ($cat == "w") $m = "wmore";                  if ($cat == "w") $m = "wmore";
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 || ($more && !strpos($more, "?"))) ? $read : "" */);                  $t->assign("read", ($read || $related) ? $read : "");
59                  $t->assign("more", /* $more */ strstr($more, "?") ? $more : "");                  $t->assign("more", /* $more */ strstr($more, "?") ? $more : "");
60                  $t->assign("more_new", strstr($more, "://") ? true : false);                  $t->assign("more_new", strstr($more, "://") ? true : false);
61                  $t->assign("more_title", $more_title);                  $t->assign("more_title", $more_title);

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.12

  ViewVC Help
Powered by ViewVC 1.1.26