2012-11-07 04:18 UTC+0100 Viktor Szakats (harbour syenar.net)

* extras/httpsrv/cgifunc.prg
  * extras/httpsrv/modules/tableservletdb.prg
  * extras/httpsrv/session.prg
  * extras/httpsrv/uhttpd.hbp
  * extras/httpsrv/uhttpd.prg
  * extras/httpsrv/uhttpdgd.hbp
  * extras/rddado/adordd.prg
    * formatted
    ! some commented code converted to #if 0/#endif block
This commit is contained in:
Viktor Szakats
2012-11-07 03:19:49 +00:00
parent 6d60145620
commit 2c4d86c392
8 changed files with 91 additions and 162 deletions

View File

@@ -368,9 +368,11 @@ METHOD xmlEncode( input ) CLASS TableManager
CASE '>'
out += ">"
EXIT
// CASE ' '
// out += " "
// EXIT
#if 0
CASE ' '
out += " "
EXIT
#endif
CASE Chr( 9 ) // E'\t'
CASE Chr( 13 ) // E'\r'
CASE Chr( 10 ) // E'\n'