|
[Webware-checkins] r6507 - Webware/trunk/WebKit/Examples
From: <updates@we...> - 2007-04-25 15:41
|
Author: chrisz
Date: Wed Apr 25 09:41:11 2007
New Revision: 6507
Modified:
Webware/trunk/WebKit/Examples/SecureCountVisits.py
Log:
Follow name change in SecureCountVisits example.
Modified: Webware/trunk/WebKit/Examples/SecureCountVisits.py
==============================================================================
--- Webware/trunk/WebKit/Examples/SecureCountVisits.py (original)
+++ Webware/trunk/WebKit/Examples/SecureCountVisits.py Wed Apr 25 09:41:11 2007
@@ -21,7 +21,7 @@
' will see the counter go back to 1 on your next visit.</p>')
self.writeln('<p>Try hitting <a href="javascript:location.reload()">'
'reload</a> now.</p>')
- user = self.getLoggedInUser()
+ user = self.loggedInUser()
if user:
self.writeln('<p>Authenticated user is <strong>%s</strong>.</p>' % user)
self.writeln('<p><a href="SecureCountVisits">Revisit this page</a> | '
|
| Thread | Author | Date |
|---|---|---|
| [Webware-checkins] r6507 - Webware/trunk/WebKit/Examples | <updates@we...> |