From: Gabriel Dunne
-
project keywords:
-bookmarks,
+bookmarks,
delicious-clone.
webservice,
database,
@@ -39,4 +39,4 @@ clmpr is open source. fork the project on gabriel dunne'; -->
-
\ No newline at end of file
+
diff --git a/data.php b/data.php
index 0425bc4..dd17d83 100644
--- a/data.php
+++ b/data.php
@@ -45,7 +45,7 @@ function tag_string_to_array($tagstr) {
if (strpos($tagstr, ',')) {
$tags = explode(',', $tagstr);
} else {
- # match all quoted strings
+ # match anything inside a pair of quotes
preg_match_all('/"(.*?)"/', $tagstr, $quoted_tags);
# strip quoted strings from tag string
$tagstr_noquotes = str_replace($quoted_tags[0], '', $tagstr);
diff --git a/edit.php b/edit.php
index 037b4a3..f07a916 100644
--- a/edit.php
+++ b/edit.php
@@ -61,16 +61,16 @@ function deleteClump( id ) {
+ + +
+
-
- - -
-