Explorar el Código

測試刪除註解

station_test
QxQ hace 6 años
padre
commit
fdc3567a4b
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      models/Qcar_model.php

+ 1
- 1
models/Qcar_model.php Ver fichero

@@ -23,7 +23,7 @@ class Qcar_model extends CI_Model
limit 1";
$rows = $this->db->query($sql)->row_array();
/*123456
/*
if (!empty($rows['pic_name']))
{
// $rows['pic_name'] = str_replace('.jpg', '', $rows['pic_name']);


Cargando…
Cancelar
Guardar