Skip to content
Snippets Groups Projects
Commit 8ceba805 authored by Eric Laufer's avatar Eric Laufer
Browse files

Bug durch neue Funktion

Fehler in der Anzeige und funcktionsaufruf behoben
parent 708440ce
Branches
No related merge requests found
......@@ -16,7 +16,7 @@
if($daten->ava == ''){
echo '<a href="#" class="thumbnail"><img src="images/userava/default.png" alt="'. $_SESSION['uid'] .'"></a>';
}else{
echo '<a href="#" class="thumbnail"><img src="'. imageToBase65('images/userava/'.$daten->ava) .'" alt="'. $_SESSION['uid'] .'"></a>';
echo '<a href="#" class="thumbnail"><img src="'. IMGtoBase64($daten->ava) .'" alt="'. $_SESSION['uid'] .'"></a>';
}
?>
</div>
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment