Sfoglia il codice sorgente

Eliminada la linea $this->idUser = $register['id_user']. En la tabla cofig no existe el campo id_user

Victor De la Rocha 18 anni fa
parent
commit
5625762332
1 ha cambiato i file con 0 aggiunte e 5 eliminazioni
  1. 0 5
      classes/configuration.class.php

+ 0 - 5
classes/configuration.class.php Vedi File

31
 				$register=$this->obtenerRegistro();
31
 				$register=$this->obtenerRegistro();
32
 				$this->tablePrefix = Table_prefix;
32
 				$this->tablePrefix = Table_prefix;
33
 				$this->urlGelato = $register['url_installation'];				
33
 				$this->urlGelato = $register['url_installation'];				
34
-				echo "<pre style='background-color:white;'>";
35
-				print_r($register);
36
-				echo" </pre>";
37
-			
38
-				$this->idUser = $register['id_user'];
39
 				$this->postLimit = $register['posts_limit'];
34
 				$this->postLimit = $register['posts_limit'];
40
 				$this->title = $register['title'];
35
 				$this->title = $register['title'];
41
 				$this->description = $register['description'];
36
 				$this->description = $register['description'];