1
0

Major new feature: Allow to restrict plugin hooks and plugins to only specific usergroups

This commit is contained in:
Garvin Hicking
2006-08-23 13:51:56 +00:00
parent bfaa79709f
commit ae10cad21c
11 changed files with 171 additions and 10 deletions

View File

@ -88,7 +88,6 @@ function &serendipity_db_query($sql, $single = false, $result_type = "both", $re
echo "[bench: " . ($end-$start) . "s] $sql<br />\n";
}
if (!$expectError && mysql_error($serendipity['dbConn']) != '') {
$msg = '<pre>' . $sql . '</pre> / ' . mysql_error($serendipity['dbConn']);
return $msg;