equal
deleted
inserted
replaced
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 } |