diff options
author | friendica <info@friendica.com> | 2012-09-02 01:59:11 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-09-02 01:59:11 -0700 |
commit | 38344798f23c12db2409fb91d5e2aaf6c492c6f5 (patch) | |
tree | 122174b9aa3f975c76998a3afc3101c961799309 /mod | |
parent | 4736fa5927b35ebd0b2fc337e9f4a3d1e1e0af0d (diff) | |
download | volse-hubzilla-38344798f23c12db2409fb91d5e2aaf6c492c6f5.tar.gz volse-hubzilla-38344798f23c12db2409fb91d5e2aaf6c492c6f5.tar.bz2 volse-hubzilla-38344798f23c12db2409fb91d5e2aaf6c492c6f5.zip |
rev update
Diffstat (limited to 'mod')
-rwxr-xr-x | mod/install.php | 3 | ||||
-rw-r--r-- | mod/zentity.php | 4 |
2 files changed, 3 insertions, 4 deletions
diff --git a/mod/install.php b/mod/install.php index eff408964..d2560f8eb 100755 --- a/mod/install.php +++ b/mod/install.php @@ -388,7 +388,7 @@ function check_funcs(&$checks) { $ck_funcs[0]['status']= false; $ck_funcs[0]['help']= t('Error: libCURL PHP module required but not installed.'); } -x if(! function_exists('imagecreatefromjpeg')){ + if(! function_exists('imagecreatefromjpeg')){ $ck_funcs[1]['status']= false; $ck_funcs[1]['help']= t('Error: GD graphics PHP module with JPEG support required but not installed.'); } @@ -466,7 +466,6 @@ function load_database_rem($v, $i){ function load_database($db) { $str = file_get_contents('database.sql'); -// $str = array_reduce(explode("\n", $str),"load_database_rem",""); $arr = explode(';',$str); $errors = false; foreach($arr as $a) { diff --git a/mod/zentity.php b/mod/zentity.php index 41ee7165b..4e3977982 100644 --- a/mod/zentity.php +++ b/mod/zentity.php @@ -104,8 +104,8 @@ function zentity_content(&$a) { '$label_name' => t('Full name'), '$label_nick' => t('Choose a short nickname'), - '$nick_desc' => t('Your nickname will be used to create an easily remembered web address ("webbie") for your profile.'), - '$label_import' => t('Check this box to import an existing identity file from another location'), + '$nick_desc' => t('Your nickname will be used to create an easily remembered web address ("webbie") for your channel.'), + '$label_import' => t('Check this box to import an existing channel file from another location'), '$name' => $name, '$nickname' => $nickname, '$submit' => t('Create') |