2012-06-14 14:22 UTC+0200 Viktor Szakats (harbour syenar.net)
* contrib/hbrun/hbrun.prg
* utils/hbmk2/hbmk2.prg
! old indentation problem
This commit is contained in:
@@ -16,6 +16,11 @@
|
||||
The license applies to all entries newer than 2009-04-28.
|
||||
*/
|
||||
|
||||
2012-06-14 14:22 UTC+0200 Viktor Szakats (harbour syenar.net)
|
||||
* contrib/hbrun/hbrun.prg
|
||||
* utils/hbmk2/hbmk2.prg
|
||||
! old indentation problem
|
||||
|
||||
2012-06-14 14:21 UTC+0200 Viktor Szakats (harbour syenar.net)
|
||||
- utils/hbmk2/p_ext.hb
|
||||
* utils/hbmk2/hbmk2.prg
|
||||
|
||||
@@ -375,14 +375,14 @@ STATIC FUNCTION plugins_load( hPlugins, aParams )
|
||||
IF ! Empty( plugin[ _PLUGIN_hHRB ] )
|
||||
plugin[ _PLUGIN_hMethods ] := Do( hHRBEntry )
|
||||
IF ! Empty( plugin[ _PLUGIN_hMethods ] )
|
||||
plugin[ _PLUGIN_ctx ] := Eval( plugin[ _PLUGIN_hMethods ][ "init" ], hConIO, aParams )
|
||||
IF ! Empty( plugin[ _PLUGIN_ctx ] )
|
||||
plugin[ _PLUGIN_cID ] := plugin[ _PLUGIN_hMethods ][ "id" ]
|
||||
IF ! Empty( plugin[ _PLUGIN_cID ] )
|
||||
AAdd( plugins, plugin )
|
||||
ENDIF
|
||||
ENDIF
|
||||
ENDIF
|
||||
plugin[ _PLUGIN_ctx ] := Eval( plugin[ _PLUGIN_hMethods ][ "init" ], hConIO, aParams )
|
||||
IF ! Empty( plugin[ _PLUGIN_ctx ] )
|
||||
plugin[ _PLUGIN_cID ] := plugin[ _PLUGIN_hMethods ][ "id" ]
|
||||
IF ! Empty( plugin[ _PLUGIN_cID ] )
|
||||
AAdd( plugins, plugin )
|
||||
ENDIF
|
||||
ENDIF
|
||||
ENDIF
|
||||
ENDIF
|
||||
NEXT
|
||||
|
||||
|
||||
@@ -12583,14 +12583,14 @@ STATIC FUNCTION __hbshell_plugins_load( hPlugins, aParams )
|
||||
IF ! Empty( plugin[ _PLUGIN_hHRB ] )
|
||||
plugin[ _PLUGIN_hMethods ] := Do( hHRBEntry )
|
||||
IF ! Empty( plugin[ _PLUGIN_hMethods ] )
|
||||
plugin[ _PLUGIN_ctx ] := Eval( plugin[ _PLUGIN_hMethods ][ "init" ], hConIO, aParams )
|
||||
IF ! Empty( plugin[ _PLUGIN_ctx ] )
|
||||
plugin[ _PLUGIN_cID ] := plugin[ _PLUGIN_hMethods ][ "id" ]
|
||||
IF ! Empty( plugin[ _PLUGIN_cID ] )
|
||||
AAdd( plugins, plugin )
|
||||
ENDIF
|
||||
ENDIF
|
||||
ENDIF
|
||||
plugin[ _PLUGIN_ctx ] := Eval( plugin[ _PLUGIN_hMethods ][ "init" ], hConIO, aParams )
|
||||
IF ! Empty( plugin[ _PLUGIN_ctx ] )
|
||||
plugin[ _PLUGIN_cID ] := plugin[ _PLUGIN_hMethods ][ "id" ]
|
||||
IF ! Empty( plugin[ _PLUGIN_cID ] )
|
||||
AAdd( plugins, plugin )
|
||||
ENDIF
|
||||
ENDIF
|
||||
ENDIF
|
||||
ENDIF
|
||||
NEXT
|
||||
|
||||
|
||||
Reference in New Issue
Block a user