phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: phpgroupware about.php,1.22,1.23


From: Bettina Gille <address@hidden>
Subject: [Phpgroupware-cvs] CVS: phpgroupware about.php,1.22,1.23
Date: Sun, 27 Oct 2002 20:31:35 -0500

Update of /cvsroot/phpgroupware/phpgroupware
In directory subversions:/tmp/cvs-serv21491

Modified Files:
        about.php 
Log Message:
update about

Index: about.php
===================================================================
RCS file: /cvsroot/phpgroupware/phpgroupware/about.php,v
retrieving revision 1.22
retrieving revision 1.23
diff -C2 -r1.22 -r1.23
*** about.php   27 Oct 2002 23:55:53 -0000      1.22
--- about.php   28 Oct 2002 01:31:32 -0000      1.23
***************
*** 38,42 ****
                        'license',
                        'based_on',
-                       'based_on_url',
                        'maintainer'
                );
--- 38,41 ----
***************
*** 49,52 ****
--- 48,56 ----
                                $app_data[$field] = 
lang($setup_info[$app][$field]);
                        }
+               }
+ 
+               if (isset($app_data['note']) && !empty($app_data['note']))
+               {
+                       $app_data['note'] = lang($app_data['note']);
                }
        }





reply via email to

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