phpgroupware-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-cvs] notes/class.base.php, 1.1.2.13


From: nomail
Subject: [Phpgroupware-cvs] notes/class.base.php, 1.1.2.13
Date: Sun, 9 May 2004 00:20:17 +0200

Update of /notes
Modified Files:
        Branch: proposal-branch
          class.base.php

date: 2004/05/08 22:20:17;  author: jengo;  state: Exp;  lines: +2 -2

Log Message:
Added the correct sequence names
=====================================================================
Index: notes/class.base.php
diff -u notes/class.base.php:1.1.2.12 notes/class.base.php:1.1.2.13
--- notes/class.base.php:1.1.2.12       Sat May  8 22:06:36 2004
+++ notes/class.base.php        Sat May  8 22:20:17 2004
@@ -258,7 +258,7 @@
                                }
                                else
                                {
-                                       $note_id = 
$GLOBALS['phpgw']->db->genid('phpgw_notes_note_id_seq');
+                                       $note_id = 
$GLOBALS['phpgw']->db->genid('phpgw_notes_seq');
                                        $GLOBALS['phpgw']->db->execute("INSERT 
INTO phpgw_notes (note_id,note_owner,"
                                                . 
"note_access,note_category,note_content,note_dm_type,note_modified,"
                                                . "note_created) values 
($note_id,'" . $GLOBALS['phpgw_data']['user']['id']




reply via email to

[Prev in Thread] Current Thread [Next in Thread]