6.0.0-beta1
8/7/25

[#3240] Missing require for Serialize class
Summary Missing require for Serialize class
Queue DIMP
Type Bug
State Resolved
Priority 1. Low
Owners
Requester kevin_myer (at) iu13 (dot) org
Created 01/10/2006 (7149 days ago)
Due
Updated 01/12/2006 (7147 days ago)
Assigned
Resolved 01/12/2006 (7147 days ago)
Github Issue Link
Github Pull Request
Milestone
Patch No

History
01/12/2006 03:20:28 PM Chuck Hagenbuch Comment #2
State ⇒ Resolved
Reply to this comment
Fixed, thanks.
01/10/2006 11:20:04 PM kevin_myer (at) iu13 (dot) org Comment #1
State ⇒ Unconfirmed
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ Missing require for Serialize class
Queue ⇒ DIMP
Reply to this comment
I needed to add this to get messages to display in the preview pane.



Index: lib/Views/ShowMessage.php

===================================================================

RCS file: /repository/dimp/lib/Views/ShowMessage.php,v

retrieving revision 1.35

diff -u -r1.35 ShowMessage.php

--- lib/Views/ShowMessage.php   30 Dec 2005 02:04:28 -0000      1.35

+++ lib/Views/ShowMessage.php   10 Jan 2006 23:18:29 -0000

@@ -231,6 +231,7 @@

  }



  require_once 'Horde/Template.php';

+require_once 'Horde/Serialize.php';

  $template = &new Horde_Template(DIMP_BASE . '/templates/imp/');

  $template->set('subject', $subject);

  $template->set('subject_escaped', addslashes($subject));


Saved Queries