Changeset 2865 for trunk/upgrade.php


Ignore:
Timestamp:
Nov 12, 2008, 2:49:13 PM (15 years ago)
Author:
patdenice
Message:
  • Remove advises of file removal at the end of install (forgotten in last commit!)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/upgrade.php

    r2863 r2865  
    254254      $config_file_contents =
    255255        substr($config_file_contents, 0, $php_end_tag) . "\r\n"
    256         . implode("\r\n\r\n" , $mysql_changes) . "\r\n"
     256        . implode("\r\n" , $mysql_changes) . "\r\n"
    257257        . substr($config_file_contents, $php_end_tag);
    258258
     
    261261        array_push($page['infos'],
    262262          l10n('in include/mysql.inc.php, before ?>, insert:') . '
    263 <p><textarea rows="5" cols="40">'.implode("\r\n\r\n" , $mysql_changes).'</textarea></p>'
     263<p><textarea rows="4" cols="40">'.implode("\r\n" , $mysql_changes).'</textarea></p>'
    264264          );
    265265      }
Note: See TracChangeset for help on using the changeset viewer.