git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@621
b3834d28-1941-0410-a4f8-
b48e95affb8f
- Fix E_NOTICE when calling alltags.php without any parameter
- Implement request #2833793: Export to avahi config files
- we support zeroconf networking!
+- Fix bug #2936833: api fix: shared=no
+ Patch by fnorder@users.sourceforge.net
0.95.2 - 2010-01-16
}
}
+if (isset($_REQUEST['shared']) && (trim($_REQUEST['shared']) == 'no')) {
+ $status = 2;
+}
+
// Error out if there's no address or description
if (is_null($url) || is_null($description)) {
$added = false;