|
From: creedon <icr...@us...> - 2006-02-26 21:36:50
|
Update of /cvsroot/frontierkernel/odbs/prefsRoot/prefsSuite In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28108 Modified Files: userlandSignature Log Message: testing Frontier VCS File format version 2, cvsSync v1.0b6 required to read Index: userlandSignature =================================================================== RCS file: /cvsroot/frontierkernel/odbs/prefsRoot/prefsSuite/userlandSignature,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** userlandSignature 2 Apr 2005 23:09:51 -0000 1.1.1.1 --- userlandSignature 26 Feb 2006 21:36:46 -0000 1.2 *************** *** 1,3 **** ! FrontierVcsFile:1:scpt:prefsSuite.userlandSignature ! local (pta = html.getpagetableaddress ()); local (encodedUrl = string.urlEncode (url)); if pathargs != "" { encodedUrl = encodedUrl + "$" + pathargs}; return ("<font size=\"-1\">© Copyright 1992-" + date.year () + " <a href=\"http://www.userland.com/\">UserLand Software</a>. Email: <a href=mailto:web...@us...?Subject=Re:%20" + encodedUrl + ">webmaster\@userland.com</a>.</font>") \ No newline at end of file --- 1,7 ---- ! FrontierVcsFile:2:scpt:prefsSuite.userlandSignature ! local (pta = html.getpagetableaddress ()); ! local (encodedUrl = string.urlEncode (url)); ! if pathargs != "" { ! encodedUrl = encodedUrl + "$" + pathargs}; ! return ("<font size=\"-1\">© Copyright 1992-" + date.year () + " <a href=\"http://www.userland.com/\">UserLand Software</a>. Email: <a href=mailto:web...@us...?Subject=Re:%20" + encodedUrl + ">webmaster\@userland.com</a>.</font>") \ No newline at end of file |