]> git.pld-linux.org Git - packages/drupal.git/blame - drupal-locale-memory.patch
- drop old triggers
[packages/drupal.git] / drupal-locale-memory.patch
CommitLineData
552545a7
ER
1--- drupal-4.6.5/includes/locale.inc 2005-07-29 22:01:17.000000000 +0300
2+++ /tmp/locale.inc 2006-01-03 11:05:40.000000000 +0200
3@@ -122,6 +122,7 @@
4 // If not in 'safe mode', increase the maximum execution time:
5 if (!ini_get('safe_mode')) {
6 set_time_limit(240);
7+ ini_set('memory_limit', '128M');
8 }
9
10 // Check if we have the language already in the database
This page took 0.039436 seconds and 4 git commands to generate.