removed some new lines to cut down number of changed files

2022.09-rc
Alexander Kampmann 2012-03-22 13:03:28 +01:00
rodzic ad9d0dadb3
commit 43f672877f
3 zmienionych plików z 1 dodań i 2 usunięć

Wyświetl plik

@ -9,7 +9,6 @@ require_once('include/nav.php');
require_once('include/cache.php');
define ( 'FRIENDICA_PLATFORM', 'Friendica');
define ( 'FRIENDICA_VERSION', '2.3.1288' );
define ( 'DFRN_PROTOCOL_VERSION', '2.23' );
define ( 'DB_UPDATE_VERSION', 1133 );

Wyświetl plik

@ -41,6 +41,7 @@ require_once("dba.php");
$db = new dba($db_host, $db_user, $db_pass, $db_data, $install);
unset($db_host, $db_user, $db_pass, $db_data);
if(! $install) {
/**

Wyświetl plik

@ -1,6 +1,5 @@
<?php
define( 'UPDATE_VERSION' , 1133 );
/**