csv import patch
"Jason Lohrenz" <[email protected]> Fri, 12 Dec 2003 01:25:31 -0600
| Newsgroups | gmane.comp.horde.mnemo |
|---|---|
| Organization | Pacific Medicaid Services |
| Message-ID | <000001c3c081$20637910$0bfea8c0@pmsspl10> |
Per my bug post a few minutes ago I added the following below. In
Outlook, the notes description is always the 1st line in the note, so I
added a few lines to parse out the first line of the note and set it as
the note description.
Line 39 of mnemo\data.php
$app_fields = array('desc' => _("Memo Desc"),
'body' => _("Memo Text"),
'category' => _("Category"),
'flag' => _("Flags"));
Lines starting at 118 of mnemo\data.php
$desc = split("\n",$row['body'],2);
$row['desc'] = $desc[0];
$result = $storage->add($row['desc'], $row['body'], $row['category']);
I'm a VB Programmer by day and am just starting with PHP so I apologize
if my coding is poor.
Next I'm working on a way to correlate the text Categories that outlook
has with the numerically stored categories that mnemo uses.
Jason Lohrenz
IT Manager
Pacific Medicaid Services
--
Mnemo mailing list
Frequently Asked Questions: http://horde.org/faq/
To unsubscribe, mail: [email protected]