]> git.pld-linux.org Git - packages/eventum.git/blob - eventum-route-mem.patch
- rename new function to getLastNotifiedAddresses
[packages/eventum.git] / eventum-route-mem.patch
1 --- eventum-20060210/misc/route_drafts.php~     2006-02-11 07:27:35.000000000 +0200
2 +++ eventum-20060210/misc/route_drafts.php      2006-02-11 07:28:23.000000000 +0200
3 @@ -27,6 +27,7 @@
4  //
5  // @(#) $Id$
6  //
7 +ini_set('memory_limit', '256M');
8  include_once("../config.inc.php");
9  include_once(APP_INC_PATH . "db_access.php");
10  include_once(APP_INC_PATH . "class.routing.php");
11 --- eventum-20060210/misc/route_emails.php~     2006-02-11 07:27:35.000000000 +0200
12 +++ eventum-20060210/misc/route_emails.php      2006-02-11 07:28:43.000000000 +0200
13 @@ -27,6 +27,7 @@
14  //
15  // @(#) $Id$
16  //
17 +ini_set('memory_limit', '256M');
18  include_once("../config.inc.php");
19  include_once(APP_INC_PATH . "db_access.php");
20  include_once(APP_INC_PATH . "class.routing.php");
21 --- eventum-20060210/misc/route_notes.php~      2006-02-11 07:27:35.000000000 +0200
22 +++ eventum-20060210/misc/route_notes.php       2006-02-11 07:28:54.000000000 +0200
23 @@ -27,6 +27,7 @@
24  //
25  // @(#) $Id$
26  //
27 +ini_set('memory_limit', '256M');
28  include_once("../config.inc.php");
29  include_once(APP_INC_PATH . "db_access.php");
30  include_once(APP_INC_PATH . "class.routing.php");
This page took 0.081977 seconds and 3 git commands to generate.