diff options
author | Nicolas BERNSTEIN <alexis211@gmail.com> | 2011-11-20 13:39:47 +0100 |
---|---|---|
committer | Nicolas BERNSTEIN <alexis211@gmail.com> | 2011-11-20 13:39:47 +0100 |
commit | d45c7f14891d951f8a6987cc6492073b97e05b5b (patch) | |
tree | d6467b1202c27f67fd8e894d25fd4aea0085b559 /lib/deck | |
parent | 4d7e065c2d2ec407b6a7ebfc7569628bac9149d1 (diff) | |
download | Bits-d45c7f14891d951f8a6987cc6492073b97e05b5b.tar.gz Bits-d45c7f14891d951f8a6987cc6492073b97e05b5b.zip |
Added the bit list study system
Diffstat (limited to 'lib/deck')
-rw-r--r-- | lib/deck/edit.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/deck/edit.php b/lib/deck/edit.php index 3d893a2..d4102bb 100644 --- a/lib/deck/edit.php +++ b/lib/deck/edit.php @@ -32,7 +32,7 @@ if (isset($_POST['name']) && isset($_POST['comment'])) { } } -$title = "Edit : " . $deck['name']; +$title = "Edit deck : " . $deck['name']; $fields = array( array("label" => "Name : ", "name" => "name", "value" => $deck_name), array("label" => "Comment : ", "name" => "comment", "type" => "textarea", "value" => $deck_comment), |