2012-01-31 20:04 UTC+0100 Viktor Szakats (harbour syenar.net)
* src/rdd/usrrdd/rdds/arrayrdd.prg
* contrib/gtwvg/wvgax.prg
* contrib/hbwin/tests/testgdi.prg
* contrib/hbgd/tests/test_out.prg
* contrib/hbtip/tests/loadhtml.prg
* contrib/hbide/ideactions.prg
* tests/parseini.prg
* examples/httpsrv/cgifunc.prg
* examples/httpsrv/modules/tableservletdb.prg
* examples/httpsrv/session.prg
* HB_HASH() -> { => }
This commit is contained in:
@@ -71,7 +71,7 @@ FUNCTION HRBMAIN()
|
||||
|
||||
hGets := _REQUEST
|
||||
|
||||
DEFAULT hGets TO hb_Hash()
|
||||
DEFAULT hGets TO { => }
|
||||
|
||||
IF HB_HHasKey( hGets, "page" )
|
||||
|
||||
@@ -186,7 +186,7 @@ METHOD Read() CLASS TableManager
|
||||
//n := 0
|
||||
DO WHILE table->( !Eof() ) //.AND. ++n < 50
|
||||
|
||||
hMap := hb_Hash()
|
||||
hMap := { => }
|
||||
hMap[ "recno" ] := StrZero( table->( RecNo() ), 4 )
|
||||
hMap[ "name" ] := RTrim( table->first ) + " " + RTrim( table->last )
|
||||
hMap[ "address" ] := RTrim( table->street )
|
||||
|
||||
Reference in New Issue
Block a user