Store exercice title XML in DB

This commit is contained in:
nemunaire 2014-12-14 11:04:17 +01:00 committed by Némunaire
commit b81af5aa90
10 changed files with 69 additions and 55 deletions

View file

@ -26,6 +26,7 @@ try
if (!empty($_POST))
{
$exercice->points = intval($_POST["points"]);
$exercice->title = $_POST["title"];
$exercice->statement = $_POST["desc"];
$exercice->require = $_POST["require"];
$exercice->level = intval($_POST["level"]);