Download | Plain Text | No Line Numbers


  1. --- html.orig/user/allgemein_start.php 2007-12-19 01:26:32.000000000 +0100
  2. +++ html/user/allgemein_start.php 2008-03-24 12:22:10.000000000 +0100
  3. @@ -275,8 +275,7 @@
  4. * Mail space
  5. */
  6. if( $popmaxkb ){
  7. - $loMailSpace = new HTMLDataField( sinnv_kbwert( $liMailSpaceUsage, ltext( 'g_nolimit' ) ).
  8. - ' ('.sinnv_kbwert( $popmaxkb, ltext( 'g_nolimit' ) ).')' );
  9. + $loMailSpace = new HTMLDataField( sinnv_kbwert( $liMailSpaceUsage, ltext( 'g_nolimit' ) ) );
  10. if( ( $liMailSpaceUsage > $popmaxkb ) && ( $popmaxkb <> -1 ) ){
  11. $loMailSpace->SetParentAttributes( array( 'bgColor' => $fehlerfarbe ) );
  12. }
  13.