commit-gnue
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

gnue/phpforms/src gnue-forms.php


From: Jan Ischebeck
Subject: gnue/phpforms/src gnue-forms.php
Date: Mon, 06 May 2002 19:10:58 -0400

CVSROOT:        /cvsroot/gnue
Module name:    gnue
Changes by:     Jan Ischebeck <address@hidden>  02/05/06 19:10:58

Modified files:
        phpforms/src   : gnue-forms.php 

Log message:
        changed DEBUG_LEVEL to 0

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/gnue/phpforms/src/gnue-forms.php.diff?tr1=1.1&tr2=1.2&r1=text&r2=text

Patches:
Index: gnue/phpforms/src/gnue-forms.php
diff -c gnue/phpforms/src/gnue-forms.php:1.1 
gnue/phpforms/src/gnue-forms.php:1.2
*** gnue/phpforms/src/gnue-forms.php:1.1        Mon May  6 18:52:10 2002
--- gnue/phpforms/src/gnue-forms.php    Mon May  6 19:10:58 2002
***************
*** 19,25 ****
  # Copyright 2000, 2001, 2002 Free Software Foundation
  #
  # FILE:
! # GFC PHP
  #
  # DESCRIPTION:
  # A forms client written in php
--- 19,25 ----
  # Copyright 2000, 2001, 2002 Free Software Foundation
  #
  # FILE:
! # gnue-forms.php
  #
  # DESCRIPTION:
  # A forms client written in php
***************
*** 33,40 ****
                              // time per session
  $clientversion="0.0.8";     // new database abstraction layer, gfd source
                              // code print out
  
! $debug_level=1;
  
  require_once("connection.php");
  #require_once("xmlrpc.inc");  // has to be included here to get global scope
--- 33,41 ----
                              // time per session
  $clientversion="0.0.8";     // new database abstraction layer, gfd source
                              // code print out
+ $clientversion="0.0.8.1";   // changes to database/datasource creation code
  
! $debuglevel=1;
  
  require_once("connection.php");
  #require_once("xmlrpc.inc");  // has to be included here to get global scope
***************
*** 42,48 ****
  
  function DEBUG($level,$str) {
      global $debuglevel;
!     if ($level>=$debuglevel)
          print("DEBUG:".$str."<BR>");
  }
  ############### FILE UI.PHP ############ BEGIN ###########
--- 43,49 ----
  
  function DEBUG($level,$str) {
      global $debuglevel;
!     if ($level<=$debuglevel)
          print("DEBUG:".$str."<BR>");
  }
  ############### FILE UI.PHP ############ BEGIN ###########
***************
*** 1740,1746 ****
  ?>
  <HTML>
  <HEAD>
! <TITLE>PHP-GFC</TITLE>
  </HEAD>
  <BODY><!-- BGCOLOR="#EEEEEE"><!-- BGCOLOR="#01CCFF" -->
   
--- 1741,1747 ----
  ?>
  <HTML>
  <HEAD>
! <TITLE>gnue-forms (php-version)</TITLE>
  </HEAD>
  <BODY><!-- BGCOLOR="#EEEEEE"><!-- BGCOLOR="#01CCFF" -->
   
***************
*** 1908,1914 ****
          $this->HTTPinput=$HTTP_POST_VARS;
      }   
      function load() {
!         global $resultform; 
          $this->loadSessionVars();
          $this->checkHTTPinput();
          if ($this->command=="close") {
--- 1909,1915 ----
          $this->HTTPinput=$HTTP_POST_VARS;
      }   
      function load() {
!         global $resultform,$PHP_SELF;
          $this->loadSessionVars();
          $this->checkHTTPinput();
          if ($this->command=="close") {
***************
*** 1938,1944 ****
          if ($this->command=="showsource") {
              include("printout.php");
              prettyPrintGFDfile($this->gfdFile);
!             echo "<BR><CENTER><A HREF=\"gfc.php\">BACK</A></CENTER>";
              exit();
          }
      }
--- 1939,1946 ----
          if ($this->command=="showsource") {
              include("printout.php");
              prettyPrintGFDfile($this->gfdFile);
!             echo "<BR><CENTER><A HREF=\"".$PHP_SELF.
!                 "\">BACK</A></CENTER>";
              exit();
          }
      }



reply via email to

[Prev in Thread] Current Thread [Next in Thread]