From: Hypolite Petovan Date: Sun, 22 Apr 2018 15:34:41 +0000 (-0400) Subject: Add default value doc for options.cascade in dba::delete X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=273dde508bec0946d8efd8baf4d38c52b3c6e6c8;p=friendica.git Add default value doc for options.cascade in dba::delete --- diff --git a/include/dba.php b/include/dba.php index 33709e863f..bac61ec2f5 100644 --- a/include/dba.php +++ b/include/dba.php @@ -860,7 +860,7 @@ class dba { * @param array $conditions Field condition(s) * @param array $options * - cascade: If true we delete records in other tables that depend on the one we're deleting through - * relations + * relations (default: true) * @param boolean $in_process Internal use: Only do a commit after the last delete * @param array $callstack Internal use: prevent endless loops *