C
|
cgphp 10/13/2011 |
In the "Before SQL query" event of the List page, enter this code: $strWhereClause = whereAdd($strWhereClause, "operator_id=".$ _SESSION ["operator_id"]); |
M
|
mumtaz author 10/13/2011 |
In the "Before SQL query" event of the List page, enter this code: $strWhereClause = whereAdd($strWhereClause, "operator_id=".$ _SESSION ["operator_id"]);
|