alecpl
2011-10-05 4aafd99f2d174672ef0923a246972aa04b9b9abd
- Remove memory_limit for indexcontacts.sh (#1488109)


1 files modified
2 ■■■ changed files
bin/indexcontacts.sh 2 ●●● patch | view | raw | blame | history
bin/indexcontacts.sh
@@ -23,7 +23,7 @@
define('INSTALL_PATH', realpath(dirname(__FILE__) . '/..') . '/' );
require_once INSTALL_PATH.'program/include/clisetup.php';
ini_set('memory_limit', -1);
// connect to DB
$RCMAIL = rcmail::get_instance();