Priprava skripte za novo arhiviranje
This commit is contained in:
parent
b2d683e254
commit
1e8e565d2e
@ -30,6 +30,10 @@ $start = (isset($_GET['start'])) ? ' AND id > '.$_GET['start'] : '';
|
|||||||
// Limit stevila anket, ki jih naenkrat arhiviramo
|
// Limit stevila anket, ki jih naenkrat arhiviramo
|
||||||
$limit = (isset($_GET['limit'])) ? $_GET['limit'] : 200;
|
$limit = (isset($_GET['limit'])) ? $_GET['limit'] : 200;
|
||||||
|
|
||||||
|
|
||||||
|
// Stevilka arhivskih anket kamor kopiramo (zaenkrat _archive2)
|
||||||
|
//$archive_table = '0';
|
||||||
|
//$archive_table_string = '_archive1';
|
||||||
$archive_table = '2';
|
$archive_table = '2';
|
||||||
$archive_table_string = '_archive2';
|
$archive_table_string = '_archive2';
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user