Merged from 1.7.

This commit is contained in:
vyshane 2007-01-29 07:58:47 +00:00
parent ebe82e08ec
commit 15c331b2e8
3 changed files with 28 additions and 15 deletions

View file

@ -244,6 +244,12 @@ function php_portal_class() {
//flag for week fomat
this.isWeek = false;
//client browser
this.clientIsIE = null;
//session key
this.sesskey = null;
//strings
this.strings = [];