Pascal Gloor hace 6 años
padre
commit
596b851494
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      cgi/autodoc.fcgi

+ 1
- 1
cgi/autodoc.fcgi Ver fichero

$q = sqlquery($dbh, " $q = sqlquery($dbh, "
SELECT tags.tag AS tag SELECT tags.tag AS tag
FROM documents_tags LEFT JOIN tags ON documents_tags.tagId = tags.id FROM documents_tags LEFT JOIN tags ON documents_tags.tagId = tags.id
WHERE documentId = ?i SORT BY tag", $id);
WHERE documentId = ? SORT BY tag", $id);
while(my ($tag) = $q->fetchrow_array()) { push @tags, $tag; } while(my ($tag) = $q->fetchrow_array()) { push @tags, $tag; }


my %lang; my %lang;

Cargando…
Cancelar
Guardar