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

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

revision 1.3 by ravilov, Tue Aug 7 13:55:51 2001 UTC revision 1.4 by ravilov, Wed Aug 8 12:58:08 2001 UTC
# Line 155  sql($sql); Line 155  sql($sql);
155                          if (!isset($art["limit"])) $art["limit"] = 1;                          if (!isset($art["limit"])) $art["limit"] = 1;
156                          if (!isset($art["npar"])) $art["npar"] = 1;                          if (!isset($art["npar"])) $art["npar"] = 1;
157                          return array_shift(newsLoad($ed_id, $ed_cat,                          return array_shift(newsLoad($ed_id, $ed_cat,
158                                  $art["limit"], $art["npar"]));                                  $art["limit"], $art["offset"], $art["npar"]));
159                  }                  }
160                  // Handle temp pic upload.                  // Handle temp pic upload.
161                  global $HTTP_POST_FILES;                  global $HTTP_POST_FILES;

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

  ViewVC Help
Powered by ViewVC 1.1.26