Subversion Repositories oidplus

Rev

Rev 1266 | Rev 1288 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1266 Rev 1267
Line 1131... Line 1131...
1131
                                        OIDplusObject::resetObjectInformationCache();
1131
                                        OIDplusObject::resetObjectInformationCache();
1132
                                }
1132
                                }
1133
                        }
1133
                        }
1134
 
1134
 
1135
                        // We do the logging at the end, otherwise SUPOIDRA() might not work correctly if the OIDs were not imported in order or if there were orphans
1135
                        // We do the logging at the end, otherwise SUPOIDRA() might not work correctly if the OIDs were not imported in order or if there were orphans
1136
                        OIDplus::logger()->log("[INFO]OID(%1)+[INFO]SUPOID(%1)+[INFO]SUPOIDRA(%1)!/[INFO]A!", "Object '%1' was automatically created by the XML import tool", $id);
1136
                        OIDplus::logger()->log("V2:[INFO]OID(%1)+[INFO]SUPOID(%1)+[INFO]SUPOIDRA(%1)+[OK/INFO]A", "Object '%1' was automatically created by the XML import tool", $id);
1137
                }
1137
                }
1138
 
1138
 
1139
                $count_imported_oids = count($ok_oids);
1139
                $count_imported_oids = count($ok_oids);
1140
 
1140
 
1141
                return array($count_imported_oids, $count_already_existing, $count_errors, $count_warnings);
1141
                return array($count_imported_oids, $count_already_existing, $count_errors, $count_warnings);