File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -449,7 +449,7 @@ This is the Schema which defines the form of the dispatch map</Description>
449449Executes actions and returns device output <br>
450450pObj - OREF or class<br>
451451pMethod - instance or class method to execute respectively<br>
452- pArgs - additional arguments<br> ]]> </Description >
452+ pArgs - additional arguments]]> </Description >
453453<ClassMethod >1</ClassMethod >
454454<FormalSpec >pObj,pMethod,pArgs...</FormalSpec >
455455<ProcedureBlock >0</ProcedureBlock >
Original file line number Diff line number Diff line change 44#include %occErrors
55#include %ZEN.Utils
66#define get(%name) $get(%request.Data(%name,1))
7- #define Debug $d(%request.Data("Debug"))
7+ #define WebContext $d(%request)'=0
8+ #define Debug (($$$WebContext) && ($d(%request.Data("Debug"))))
89#define R(%property) %request.Content.##Expression(%property)
910#define Public ((%request.GetCgiEnv("SERVER_PORT") = 80) || (%request.GetCgiEnv("SERVER_PORT") = 443))
1011#define Private '$$$Public
You can’t perform that action at this time.
0 commit comments