[geeklog-cvs] Geeklog-1.x/system lib-admin.php,1.132,1.133

Dirk Haun dhaun at qs1489.pair.com
Thu May 22 04:23:55 EDT 2008


Update of /cvsroot/geeklog/Geeklog-1.x/system
In directory qs1489.pair.com:/tmp/cvs-serv21284/system

Modified Files:
	lib-admin.php 
Log Message:
Display value in the "Months since registration" column on the Batch User Admin screen without decimals again (as in 1.4.1)


Index: lib-admin.php
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/system/lib-admin.php,v
retrieving revision 1.132
retrieving revision 1.133
diff -C2 -d -r1.132 -r1.133
*** lib-admin.php	18 May 2008 16:58:51 -0000	1.132
--- lib-admin.php	22 May 2008 08:23:53 -0000	1.133
***************
*** 773,777 ****
          case 'phantom_date':
          case 'offline_months':
!             $retval = COM_numberFormat(round($fieldvalue / 2592000, 1));
              break;
          case 'online_hours':
--- 773,777 ----
          case 'phantom_date':
          case 'offline_months':
!             $retval = COM_numberFormat(round($fieldvalue / 2592000));
              break;
          case 'online_hours':




More information about the geeklog-cvs mailing list