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');


_______________________________________________
phpGroupWare-cvs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/phpgroupware-cvs

Reply via email to