Merge branch 'xorg/1.0.2/master' into xorg/master
[platal.git] / bin / search.rebuild_db.php
index 7e35247..11220f2 100755 (executable)
@@ -22,9 +22,6 @@
 
 require './connect.db.inc.php';
 
-ini_set('memory_limit', '16M');
-$globals->debug = 0; // Do not store backtraces
-
 $res = XDB::iterRow('SELECT  pid
                        FROM  profiles');
 $i = 0;