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

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

revision 1.12 by ravilov, Wed Oct 10 12:40:58 2001 UTC revision 1.13 by ravilov, Tue Oct 16 13:07:03 2001 UTC
# Line 48  Line 48 
48                                          "titlepic_width" => $art["pic_w"],                                          "titlepic_width" => $art["pic_w"],
49                                          "titlepic_height" => $art["pic_h"],                                          "titlepic_height" => $art["pic_h"],
50                                          "text" => $art["text"],                                          "text" => $art["text"],
51                                          "links" => GetLinks((($art["read"] || $art["au_pic"] || $art["au_info"]) && $art["id"]) ? $art["read"] : "",                                          "links" => GetLinks((($art["read"] || $art["au_pic"] || $art["au_info"]) && $art["id"] && (!$art["more"] || ($art["more"] && !strpos($art["more"], "?")))) ? $art["read"] : "",
52                                                  /* MyEscape($art["more"]) */ /* ((count($art["text"]) > 0 || strstr("?", $art["more"]) == 0) && $art["id"]) ? $art["more"] : "" */ "",                                                  /* MyEscape($art["more"]) */ /* ((count($art["text"]) > 0 || strstr("?", $art["more"]) == 0) && $art["id"]) ? $art["more"] : "" */ "",
53                                                  MyEscape($art["more_title"]), $art["id"], $empty["category"], "top",                                                  MyEscape($art["more_title"]), $art["id"], $empty["category"], "top",
54                                                  true, ($i > 0), ($i < count($arts) - 1), $art["show"]),                                                  true, ($i > 0), ($i < count($arts) - 1), $art["show"]),
# Line 94  Line 94 
94                                          "pos" => MyEscape($art["pic_pos"]),                                          "pos" => MyEscape($art["pic_pos"]),
95                                          "width" => $art["pic_w"],                                          "width" => $art["pic_w"],
96                                          "height" => $art["pic_h"],                                          "height" => $art["pic_h"],
97                                          "links" => GetLinks((($art["read"] || $art["au_pic"] || $art["au_info"]) && $art["id"]) ? $art["read"] : "",                                          "links" => GetLinks((($art["read"] || $art["au_pic"] || $art["au_info"]) && $art["id"] && (!$art["more"] || ($art["more"] && !strpos($art["more"], "?")))) ? $art["read"] : "",
98                                                  /* MyEscape($art["more"]) */ "", MyEscape($art["more_title"]),                                                  /* MyEscape($art["more"]) */ "", MyEscape($art["more_title"]),
99                                                  $art["id"], $empty["category"], "wn", true,                                                  $art["id"], $empty["category"], "wn", true,
100                                                  ($i > 0), ($i < count($arts) - 1), $art["show"]),                                                  ($i > 0), ($i < count($arts) - 1), $art["show"]),
# Line 149  Line 149 
149                                          "pos" => MyEscape($art["pic_pos"]),                                          "pos" => MyEscape($art["pic_pos"]),
150                                          "width" => MyEscape($art["pic_w"]),                                          "width" => MyEscape($art["pic_w"]),
151                                          "height" => MyEscape($art["pic_h"]),                                          "height" => MyEscape($art["pic_h"]),
152                                          "links" => GetLinks((($art["read"] || $art["au_pic"] || $art["au_info"]) && $art["id"]) ? $art["read"] : "",                                          "links" => GetLinks((($art["read"] || $art["au_pic"] || $art["au_info"]) && $art["id"] && (!$art["more"] || ($art["more"] && !strpos($art["more"], "?")))) ? $art["read"] : "",
153                                                  MyEscape($art["more"]), MyEscape($art["more_title"]),                                                  MyEscape($art["more"]), MyEscape($art["more_title"]),
154                                                  $art["id"], $empty["category"], "pn", true,                                                  $art["id"], $empty["category"], "pn", true,
155                                                  ($i > 0), ($i < count($arts) - 1), $art["show"]),                                                  ($i > 0), ($i < count($arts) - 1), $art["show"]),

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

  ViewVC Help
Powered by ViewVC 1.1.26