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:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user