You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 18, 2021. It is now read-only.
Die Zeile 20 muss statt
$gd->setQuery('select * from ' . $this->getElement(1) . ' where ' . $this->getElement(2) . '="' . addslashes($v) . '"');
$gd->setQuery('select * from ' . $this->getElement(1) . ' where ' . $this->getElement(2) . '="' . addslashes($value) . '"');
heissen.
Der Fehler tritt nur auf, wenn es mehrere Felder gibt und das richtige Feld nicht das letzte Feld ist.
The text was updated successfully, but these errors were encountered:
Kannst Du das als PR reinsetzen ? dann kann ich das übernehmen .. Eigentlich mache ich an der XForm nichts mehr außer wenn grobe Bugs auftauchen. Dennoch kann man ja diese Dinge schonmal aufnehmen. vielen dank..
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Die Zeile 20 muss statt
$gd->setQuery('select * from ' . $this->getElement(1) . ' where ' . $this->getElement(2) . '="' . addslashes($v) . '"');
$gd->setQuery('select * from ' . $this->getElement(1) . ' where ' . $this->getElement(2) . '="' . addslashes($value) . '"');
heissen.
Der Fehler tritt nur auf, wenn es mehrere Felder gibt und das richtige Feld nicht das letzte Feld ist.
The text was updated successfully, but these errors were encountered: