[art-web] [admin] fix saving theme entries
- From: Thomas Wood <thos src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [art-web] [admin] fix saving theme entries
- Date: Sun, 3 Jan 2010 19:38:34 +0000 (UTC)
commit 2b07791fdad11da10d658d3adf6120cf861d227f
Author: Thomas Wood <thos gnome org>
Date: Sun Jan 3 19:36:26 2010 +0000
[admin] fix saving theme entries
admin.php | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/admin.php b/admin.php
index 85ec745..f01c3c2 100644
--- a/admin.php
+++ b/admin.php
@@ -141,7 +141,7 @@ if (array_key_exists ('save', $_POST))
description='{$val["description"]}',
preview_filename='{$val["preview_filename"]}',
thumbnail_filename='{$val["thumbnail_filename"]}',
- download_filename='{$val["download_filename"]}',
+ download_filename='{$val["download_filename"]}'
WHERE themeID={$val['themeID']} LIMIT 1";
else if ($section == "background")
$sql = "UPDATE background SET
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]