|
|
CVS: squirrelmail/src options_order.php, 1.51, 1.52 read_body.php, 1.384, 1: msg#00086
|
Subject: |
CVS: squirrelmail/src options_order.php, 1.51, 1.52 read_body.php, 1.384, 1.385 |
Update of /cvsroot/squirrelmail/squirrelmail/src
In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv13725/src
Modified Files:
options_order.php read_body.php
Log Message:
Move sqm_array_merge to arrays.php and subsequently move inclusion of
arrays.php to init.php for global access.
Index: options_order.php
===================================================================
RCS file: /cvsroot/squirrelmail/squirrelmail/src/options_order.php,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -w -r1.51 -r1.52
--- options_order.php 18 Aug 2006 20:19:28 -0000 1.51
+++ options_order.php 22 Sep 2006 09:29:04 -0000 1.52
@@ -18,7 +18,6 @@
/* SquirrelMail required files. */
require_once(SM_PATH . 'functions/forms.php');
-require_once(SM_PATH . 'functions/arrays.php');
/* get globals */
if (sqgetGlobalVar('num', $num, SQ_GET)) {
Index: read_body.php
===================================================================
RCS file: /cvsroot/squirrelmail/squirrelmail/src/read_body.php,v
retrieving revision 1.384
retrieving revision 1.385
diff -u -w -r1.384 -r1.385
--- read_body.php 5 Aug 2006 14:39:16 -0000 1.384
+++ read_body.php 22 Sep 2006 09:29:04 -0000 1.385
@@ -26,7 +26,6 @@
require_once(SM_PATH . 'functions/date.php');
require_once(SM_PATH . 'functions/url_parser.php');
require_once(SM_PATH . 'functions/identity.php');
-require_once(SM_PATH . 'functions/arrays.php');
require_once(SM_PATH . 'functions/mailbox_display.php');
require_once(SM_PATH . 'functions/forms.php');
require_once(SM_PATH . 'functions/attachment_common.php');
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
|
| |