[phpwebapp-commits] CVS: web_app/session wbSession.html,1.5,1.6 class.Session.php,1.9,1.10
Brought to you by:
dashohoxha
From: Dashamir H. <das...@us...> - 2004-07-15 14:46:14
|
Update of /cvsroot/phpwebapp/web_app/session In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16073/session Modified Files: wbSession.html class.Session.php Log Message: Index: wbSession.html =================================================================== RCS file: /cvsroot/phpwebapp/web_app/session/wbSession.html,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** wbSession.html 14 Jul 2004 14:45:41 -0000 1.5 --- wbSession.html 15 Jul 2004 14:46:04 -0000 1.6 *************** *** 4,13 **** the event (and event args), the php vars etc. #--> ! <form name="WebAppForm" method="{{method}}" onSubmit="return false;"> ! <input type="hidden" name="sourcePage" value="{{sourcePage}}"/> ! <input type="hidden" name="targetPage" value=""/> ! <input type="hidden" name="sessionVars" value=""/> ! <input type="hidden" name="strEvent" value=""/> ! <input type="hidden" name="phpVars" value=""/> </form> --- 4,13 ---- the event (and event args), the php vars etc. #--> ! <form name="WebAppForm" id="WebAppForm" method="{{method}}" onSubmit="return false;"> ! <input type="hidden" name="sourcePage" id="sourcePage" value="{{sourcePage}}"/> ! <input type="hidden" name="targetPage" id="targetPage" value=""/> ! <input type="hidden" name="sessionVars" id="sessionVars" value=""/> ! <input type="hidden" name="strEvent" id="strEvent" value=""/> ! <input type="hidden" name="phpVars" id="phpVars" value=""/> </form> Index: class.Session.php =================================================================== RCS file: /cvsroot/phpwebapp/web_app/session/class.Session.php,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** class.Session.php 15 Jul 2004 13:36:13 -0000 1.9 --- class.Session.php 15 Jul 2004 14:46:04 -0000 1.10 *************** *** 339,343 **** $html = " <br /> ! <a name='session'> </a>[<a href='tree'>Top</a>] <table bgcolor='#aaaaaa' border='0' cellspacing='1' cellpadding='2'> <tr> --- 339,343 ---- $html = " <br /> ! <a name='session' id='session'> </a>[<a href='tree'>Top</a>] <table bgcolor='#aaaaaa' border='0' cellspacing='1' cellpadding='2'> <tr> |