Store user preferences functionality added.

(http://bugs.campware.org/view.php?id=494)
+Fixed: http://bugs.campware.org/view.php?id=533
This commit is contained in:
tomas 2005-01-10 03:04:01 +00:00
parent df10eaab66
commit ad01370c52
12 changed files with 520 additions and 66 deletions

View file

@ -23,7 +23,7 @@
Author : $Author: tomas $
Version : $Revision: 1.9 $
Version : $Revision: 1.10 $
Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/modules/storageServer/var/MetaData.php,v $
------------------------------------------------------------------------------*/
@ -148,7 +148,7 @@ class MetaData{
*/
function delete()
{
if(file_exists($fname)) @unlink($this->fname);
if(file_exists($this->fname)) @unlink($this->fname);
$res = $this->dbc->query("
DELETE FROM {$this->mdataTable}
WHERE gunid=x'{$this->gunid}'::bigint