]> git.pld-linux.org Git - packages/squirrelmail.git/commitdiff
- Removed outdated entries (attachment_common)
authoradgor <adgor@pld-linux.org>
Sat, 21 Sep 2002 13:59:29 +0000 (13:59 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    squirrelmail-ri_once.patch -> 1.5

squirrelmail-ri_once.patch

index 7b6469bc5e6a5609f205596e3434f86648e81d8d..27ed8c3b0cf2ee0f8870c840b56c04033e437cc6 100644 (file)
@@ -1,25 +1,4 @@
 Only in squirrelmail-1.2.6/plugins/: administrator
-diff -ru squirrelmail-1.2.6/plugins/attachment_common/vcard.php plugins.AX/attachment_common/vcard.php
---- squirrelmail-1.2.6/plugins/attachment_common/vcard.php     Wed May  2 15:45:33 2001
-+++ plugins.AX/attachment_common/vcard.php     Fri May 24 11:17:08 2002
-@@ -1,11 +1,12 @@
-+<?php /* Modified at 5 places by ri_once */ ?>
- <?php
-    chdir("..");
--   include('../src/validate.php');
--   include("../functions/date.php");
--   include("../functions/page_header.php");
--   include("../functions/mime.php");
--   include("../src/load_prefs.php");
-+   /* '_once' Added by ri_once */ include_once('../src/validate.php');
-+   /* '_once' Added by ri_once */ include_once("../functions/date.php");
-+   /* '_once' Added by ri_once */ include_once("../functions/page_header.php");
-+   /* '_once' Added by ri_once */ include_once("../functions/mime.php");
-+   /* '_once' Added by ri_once */ include_once("../src/load_prefs.php");
-    $imapConnection = sqimap_login($username, $key, $imapServerAddress, $imapPort, 0);
-    sqimap_mailbox_select($imapConnection, $mailbox);
 Only in squirrelmail-1.2.6/plugins/: bug_report
 Only in squirrelmail-1.2.6/plugins/: calendar
 diff -ru squirrelmail-1.2.6/plugins/change_pass/options.php plugins.AX/change_pass/options.php
This page took 0.061654 seconds and 4 git commands to generate.