瀏覽代碼

Cambio de mysql_fetch_array por mysql_fetch_assoc en en obtenerRegistro.

Victor De la Rocha 18 年之前
父節點
當前提交
8284155df3
共有 1 個文件被更改,包括 4 次插入0 次删除
  1. 4 0
      classes/configuration.class.php

+ 4 - 0
classes/configuration.class.php 查看文件

@@ -31,6 +31,10 @@ class configuration extends Conexion_Mysql {
31 31
 				$register=$this->obtenerRegistro();
32 32
 				$this->tablePrefix = Table_prefix;
33 33
 				$this->urlGelato = $register['url_installation'];				
34
+				echo "<pre style='background-color:white;'>";
35
+				print_r($register);
36
+				echo" </pre>";
37
+			
34 38
 				$this->idUser = $register['id_user'];
35 39
 				$this->postLimit = $register['posts_limit'];
36 40
 				$this->title = $register['title'];