ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/projects/cms/source/reports/php/alerts/alerts.php
(Generate patch)

Comparing projects/cms/source/reports/php/alerts/alerts.php (file contents):
Revision 1.38 by tdb, Fri Mar 11 12:23:31 2005 UTC vs.
Revision 1.39 by tdb, Fri Mar 11 16:54:04 2005 UTC

# Line 33 | Line 33 | if ($formMethod == "GET") {
33      # in order of public.php
34      $machine = isset($_GET['machine']) ? $_GET['machine'] : "";
35      $fontsize = isset($_GET['fontsize']) ? $_GET['fontsize'] : "";
36    $refresh = isset($_GET['refresh']) ? $_GET['refresh'] : "";
36      $hideform = isset($_GET['hideform']) ? $_GET['hideform'] : "";
37      $pagewidth = isset($_GET['pagewidth']) ? $_GET['pagewidth'] : "";
38      $small = isset($_GET['small']) ? $_GET['small'] : "";
40    $submit = isset($_GET['submut']) ? $_GET['submit'] : "";
39   }
40  
41   function printLine($title) {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines