Skip to content
Snippets Groups Projects
notiz.php 129 B
Newer Older
Eric Laufer's avatar
Eric Laufer committed
<?php

require_once('lib/class/userliste.class.php');
$notiz = new USERLISTE;
$notiz->set_uid($_GET['uid']);
$notiz->AddNotiz();