| 6 |
## |
## |
| 7 |
## ---------------------------------------------------------------------------------------- |
## ---------------------------------------------------------------------------------------- |
| 8 |
## $Log$ |
## $Log$ |
| 9 |
|
## Revision 1.4 2002/12/03 15:54:07 joko |
| 10 |
|
## + {import}-flag is now {prepare}-flag |
| 11 |
|
## |
| 12 |
## Revision 1.3 2002/12/01 22:26:59 joko |
## Revision 1.3 2002/12/01 22:26:59 joko |
| 13 |
## + minor cosmetics for logging |
## + minor cosmetics for logging |
| 14 |
## |
## |
| 216 |
|
|
| 217 |
# import flag means: prepare the source node to be syncable |
# import flag means: prepare the source node to be syncable |
| 218 |
# this is useful if there are e.g. no "ident" or "checksum" columns yet inside a DBI like (row-based) storage |
# this is useful if there are e.g. no "ident" or "checksum" columns yet inside a DBI like (row-based) storage |
| 219 |
if ($self->{args}->{import}) { |
if ($self->{args}->{prepare}) { |
| 220 |
$self->_prepareNode_MetaProperties('source'); |
$self->_prepareNode_MetaProperties('source'); |
| 221 |
$self->_prepareNode_DummyIdent('source'); |
$self->_prepareNode_DummyIdent('source'); |
| 222 |
#return; |
#return; |