J
|
Jane 1/7/2010 |
Hi, global $strWhereClause,$conn; |
B
|
bedri author 1/11/2010 |
Hi, use Print page: Before display event to update printed records. Here is just a sample: global $strWhereClause,$conn;
|
J
|
Jane 1/12/2010 |
Hi, |
B
|
bedri author 1/12/2010 |
Hi, I'm not sure that I understand your question. There is no $xt or $smarty variable in my sample code.
|
J
|
Jane 1/13/2010 |
Please see my changes below: $strUpdate = "update tablename set status='pending' where status='open' and ".$strWhereClause; |