seq_update.php
changeset 2 9a485c41cfcf
parent 1 58094faf794d
child 6 9fcac40c1b0e
equal deleted inserted replaced
1:58094faf794d 2:9a485c41cfcf
    21 require_once("inc/header.inc.php");
    21 require_once("inc/header.inc.php");
    22 
    22 
    23 // Ok we have to synch it all.
    23 // Ok we have to synch it all.
    24 // What to do? Find the MAX(id) on each table and set it to the _seq table.
    24 // What to do? Find the MAX(id) on each table and set it to the _seq table.
    25 
    25 
    26 echo "<P><B>Synching databases. This is useful if you did manual insertions (in case you havent been here yet)</B></P>";
    26 echo "<P><B>" . _('Synching databases. This is useful if you did manual insertions (in case you havent been here yet).') . "</B></P>";
    27 
    27 
    28 if(!level(10))
    28 if(!level(10))
    29 {
    29 {
    30     error(ERR_LEVEL_10);
    30     error(ERR_LEVEL_10);
    31 }
    31 }