summaryrefslogtreecommitdiffstatshomepage
path: root/services
diff options
context:
space:
mode:
authorGravatar mensonge2009-01-12 12:43:58 +0000
committerGravatar mensonge2009-01-12 12:43:58 +0000
commit413f75cb21ab9045327fd8d3d6af775383e83bcc (patch)
tree04f83d5e1d9be01be3aa79a11ab121dbf5a46c9c /services
parent50a8a5b232b72a88103b94e07c6ba23f3fb806f0 (diff)
downloadscuttle-413f75cb21ab9045327fd8d3d6af775383e83bcc.tar.gz
scuttle-413f75cb21ab9045327fd8d3d6af775383e83bcc.zip
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@227 b3834d28-1941-0410-a4f8-b48e95affb8f
Diffstat (limited to 'services')
-rw-r--r--services/bookmark2tagservice.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/services/bookmark2tagservice.php b/services/bookmark2tagservice.php
index 268ec66..26abf4a 100644
--- a/services/bookmark2tagservice.php
+++ b/services/bookmark2tagservice.php
@@ -26,8 +26,6 @@ class Bookmark2TagService {
// Make sure that categories is an array of trimmed strings, and that if the categories are
// coming in from an API call to add a bookmark, that underscores are converted into strings.
- trigger_error($GLOBALS['filetypes'].'bbbbbbbbbbbbbbbbbbbbbbbbbbbb');
-
if (!is_array($tags)) {
$tags = trim($tags);
if ($tags != '') {