C
|
cgphp 10/6/2011 |
In the "Chart page: Before SQL query" event enter the following code: $strWhereClause = whereAdd($strWhereClause, "Expedientes.Consejera = '".$_SESSION["UserID"]."'); |
S
|
stiven author 10/6/2011 |
In the "Chart page: Before SQL query" event enter the following code: $strWhereClause = whereAdd($strWhereClause, "Expedientes.Consejera = '".$_SESSION["UserID"]."');
|