Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

Rev 424 | Rev 427 | Ir a la última revisión | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 424 Rev 426
Línea 153... Línea 153...
153
        $response = $this->executeInsert($insert);
153
        $response = $this->executeInsert($insert);
154
        if($response) {
154
        if($response) {
155
            $feed->id = $this->lastInsertId;
155
            $feed->id = $this->lastInsertId;
156
        }
156
        }
Línea 157... Línea 157...
157
        
157
        
158
        return $response;
158
        return $values;
Línea 159... Línea 159...
159
    }
159
    }
160
    
160
    
161
    /**
161
    /**