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

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

revision 1.3 by ravilov, Wed Sep 26 13:04:28 2001 UTC revision 1.4 by ravilov, Fri Sep 28 23:34:37 2001 UTC
# Line 2  Line 2 
2          include("inc/conn.php");          include("inc/conn.php");
3          include_once("inc/newsShow.php");          include_once("inc/newsShow.php");
4          if ($show) {          if ($show) {
                 $section_menu = "main";  
5                  $arts = newsLoad($id, $cat);                  $arts = newsLoad($id, $cat);
6                  newsShow(array_shift($arts));                  newsShow(array_shift($arts));
7          } else {          } else {
# Line 50  Line 49 
49                                          "id" => $art["id"],                                          "id" => $art["id"],
50                                          "title" => MyEscape($art["title"]),                                          "title" => MyEscape($art["title"]),
51                                          "lead" => MyEscape($art["lead"]),                                          "lead" => MyEscape($art["lead"]),
52                                            "pgfs" => (count($art["text"]) > 0) ? true : false,
53                                          "titlepic_url" => MyEscape($art["pic_url"]),                                          "titlepic_url" => MyEscape($art["pic_url"]),
54                                          "titlepic_alt" => MyEscape($art["pic_alt"]),                                          "titlepic_alt" => MyEscape($art["pic_alt"]),
55                                          "titlepic_type" => $art["pic_pos"],                                          "titlepic_type" => $art["pic_pos"],

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

  ViewVC Help
Powered by ViewVC 1.1.26