Browse Source

Cambio de mysql_fetch_array por mysql_fetch_assoc en en obtenerRegistro.

Victor De la Rocha 18 years ago
parent
commit
8284155df3
1 changed files with 4 additions and 0 deletions
  1. 4 0
      classes/configuration.class.php

+ 4 - 0
classes/configuration.class.php View 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
+			
34
 				$this->idUser = $register['id_user'];
38
 				$this->idUser = $register['id_user'];
35
 				$this->postLimit = $register['posts_limit'];
39
 				$this->postLimit = $register['posts_limit'];
36
 				$this->title = $register['title'];
40
 				$this->title = $register['title'];