]> git.mxchange.org Git - friendica.git/commitdiff
Removed some more work
authorMichael Vogel <icarus@dabo.de>
Thu, 28 Jan 2016 10:18:57 +0000 (11:18 +0100)
committerMichael Vogel <icarus@dabo.de>
Thu, 28 Jan 2016 10:18:57 +0000 (11:18 +0100)
include/dbstructure.php
include/socgraph.php

index fd5883911a6df6e8b17e7c903dd857c89e16a299..96d18cd78959fcd01e5a6091c3faa033cd2dbf2f 100644 (file)
@@ -657,10 +657,7 @@ function db_definition() {
                                        "nick" => array("type" => "varchar(255)", "not null" => "1", "default" => ""),
                                        "url" => array("type" => "varchar(255)", "not null" => "1", "default" => ""),
                                        "nurl" => array("type" => "varchar(255)", "not null" => "1", "default" => ""),
-                                       "avatar" => array("type" => "varchar(255)", "not null" => "1", "default" => ""),
                                        "photo" => array("type" => "varchar(255)", "not null" => "1", "default" => ""),
-                                       "thumb" => array("type" => "varchar(255)", "not null" => "1", "default" => ""),
-                                       "micro" => array("type" => "varchar(255)", "not null" => "1", "default" => ""),
                                        "connect" => array("type" => "varchar(255)", "not null" => "1", "default" => ""),
                                        "created" => array("type" => "datetime", "not null" => "1", "default" => "0000-00-00 00:00:00"),
                                        "updated" => array("type" => "datetime", "default" => "0000-00-00 00:00:00"),
index 23ef05cb256707874b1a25aef774e097151b965c..c545343393d869265e50a016bc5390c764afd320 100644 (file)
@@ -11,6 +11,7 @@ require_once('include/datetime.php');
 require_once("include/Scrape.php");
 require_once("include/html2bbcode.php");
 
+
 /*
  * poco_load
  *