clarification

git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@424 b3834d28-1941-0410-a4f8-b48e95affb8f
This commit is contained in:
cweiske 2009-10-25 20:06:36 +00:00
parent 6fad03eb7a
commit f327c6a0f1

View file

@ -286,10 +286,10 @@ class SemanticScuttle_Service_Bookmark extends SemanticScuttle_DbService
unset($uriparts); unset($uriparts);
$b2tservice = SemanticScuttle_Service_Factory::get('Bookmark2Tag'); $b2tservice = SemanticScuttle_Service_Factory::get('Bookmark2Tag');
$aok = $b2tservice->attachTags( $attachok = $b2tservice->attachTags(
$bId, $tags, $fromApi, $extension, false, $fromImport $bId, $tags, $fromApi, $extension, false, $fromImport
); );
if (!$aok) { if (!$attachok) {
$this->db->sql_transaction('rollback'); $this->db->sql_transaction('rollback');
message_die( message_die(
GENERAL_ERROR, GENERAL_ERROR,