Ver Mensaje Individual
  #8 (permalink)  
Antiguo 07/02/2006, 09:16
Avatar de roswell
roswell
 
Fecha de Ingreso: abril-2004
Ubicación: Buenos Aires
Mensajes: 80
Antigüedad: 20 años, 1 mes
Puntos: 0
Exclamación

Problem: Couldn\'t delete auth access info
Fix by: ArtificialIntel - http://the-sci-factor.ods.org/
Fix:

File: admin_ug_auth.php

Change all instances of:
Code:
Código:
WHERE group_id = $group_id
to:
Code:
Código:
WHERE group_id = \'$group_id\'