From 057a08f86620ecb00140c302b3186eed7f5e45a6 Mon Sep 17 00:00:00 2001 From: Nathan Gray Date: Thu, 30 Sep 2010 18:34:49 +0000 Subject: [PATCH] Make deleted parameter optional --- phpgwapi/inc/class.solink.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpgwapi/inc/class.solink.inc.php b/phpgwapi/inc/class.solink.inc.php index 482cd818fa..258cbc55ac 100644 --- a/phpgwapi/inc/class.solink.inc.php +++ b/phpgwapi/inc/class.solink.inc.php @@ -117,7 +117,7 @@ class solink * @param boolean $deleted Include links that have been flagged as deleted, waiting for purge of linked record. * @return array id => links pairs if $id is an array or just the links (only_app: ids) or empty array if no matching links found */ - static function get_links( $app,$id,$only_app='',$order='link_lastmod DESC',$deleted ) + static function get_links( $app,$id,$only_app='',$order='link_lastmod DESC',$deleted=false ) { if (self::DEBUG) {