[Tickets #1683] RESOLVED: Patch to generate static user FB URL
bugs@bugs.horde.org
bugs at bugs.horde.org
Thu May 19 15:56:20 PDT 2005
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: http://bugs.horde.org/ticket/?id=1683
-----------------------------------------------------------------------
Ticket | 1683
Updated By | kevin_myer at iu13.org
Summary | Patch to generate static user FB URL
Queue | Kronolith
Version | 2.0.2
State | Resolved
Priority | 2. Medium
Type | Enhancement
Owners | Chuck Hagenbuch
-----------------------------------------------------------------------
kevin_myer at iu13.org (2005-05-19 15:56) wrote:
Wouldn't it be the following?
RCS file: /repository/kronolith/fb.php,v
retrieving revision 1.32
diff -u -r1.32 fb.php
--- fb.php 19 May 2005 20:46:09 -0000 1.32
+++ fb.php 19 May 2005 22:52:50 -0000
@@ -41,7 +41,7 @@
// to their username.
if (!$cal) {
$cal = $prefs->getValue('default_share');
- if ($cal) {
+ if (!$cal) {
$cal = $user;
}
}
More information about the bugs
mailing list