X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=bin%2Findexcontacts.sh;h=cbeffe96b5353814d5f5f37665ebd6c82bd7ba41;hb=a695404c36951b0793369a11ff9a9d110b15dbb1;hp=d552be61f8f7b7bf30d6a3b18ca4902bc6eb21f3;hpb=a2dd2e41259a5e90016efcd7d083020b95e25527;p=roundcube.git diff --git a/bin/indexcontacts.sh b/bin/indexcontacts.sh index d552be6..cbeffe9 100755 --- a/bin/indexcontacts.sh +++ b/bin/indexcontacts.sh @@ -16,14 +16,14 @@ | Author: Thomas Bruederli | +-----------------------------------------------------------------------+ - $Id: indexcontacts.sh 4623 2011-03-28 06:49:02Z alec $ + $Id: indexcontacts.sh 5307 2011-10-05 09:28:25Z alec $ */ 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(); @@ -47,7 +47,7 @@ while ($sql_result && ($sql_arr = $db->fetch_assoc($sql_result))) { unset($row['words']); $contacts->update($row['ID'], $row); } - + echo "done.\n"; }