phpgroupware-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-cvs] ged/inc hook_settings.inc.php


From: Pascal Vilarem
Subject: [Phpgroupware-cvs] ged/inc hook_settings.inc.php
Date: Thu, 02 Aug 2007 21:37:06 +0000

CVSROOT:        /sources/phpgroupware
Module name:    ged
Changes by:     Pascal Vilarem <maat>   07/08/02 21:37:06

Modified files:
        inc            : hook_settings.inc.php 

Log message:
        fixed typo : added quotes to avoid warning

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/ged/inc/hook_settings.inc.php?cvsroot=phpgroupware&r1=1.5&r2=1.6

Patches:
Index: hook_settings.inc.php
===================================================================
RCS file: /sources/phpgroupware/ged/inc/hook_settings.inc.php,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -b -r1.5 -r1.6
--- hook_settings.inc.php       20 Apr 2007 14:08:43 -0000      1.5
+++ hook_settings.inc.php       2 Aug 2007 21:37:06 -0000       1.6
@@ -24,7 +24,7 @@
 
        create_input_box('Show documents needing approval within 
(days)','warn_approval_within');
        
-       if ( function_exists(create_multi_selection))
+       if ( function_exists('create_multi_selection'))
        {
                $values=$ged_dm->list_available_projects();
                create_multi_selection ('Show 
projects','show_projects',$values, 'Choose the projects you want to follow on 
home board');




reply via email to

[Prev in Thread] Current Thread [Next in Thread]