phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] comic/index.php, 1.7.4.3


From: nomail
Subject: [Phpgroupware-cvs] comic/index.php, 1.7.4.3
Date: Thu, 15 Jul 2004 02:01:32 +0200

Update of /comic
Modified Files:
        Branch: Version-0_9_16-branch
          index.php

date: 2004/07/15 00:01:32;  author: skwashd;  state: Exp;  lines: +4 -4

Log Message:
close bugs #897, #3358 & patch #3173
=====================================================================
Index: comic/index.php
diff -u comic/index.php:1.7.4.2 comic/index.php:1.7.4.3
--- comic/index.php:1.7.4.2     Wed Jul 14 10:50:53 2004
+++ comic/index.php     Thu Jul 15 00:01:32 2004
@@ -25,11 +25,11 @@
 
     if ($GLOBALS['phpgw']->db->num_rows() == 0)
     {
-        $GLOBALS['phpgw']->db->query("insert into phpgw_comic (comic_owner) 
values ".
-                          
"('".$GLOBALS['phpgw_info']["user"]["account_id"]."')");
+        $GLOBALS['phpgw']->db->query("insert into phpgw_comic (comic_owner, 
comic_list) values ".
+                          
"('".$GLOBALS['phpgw_info']["user"]["account_id"]."','')", __LINE__,__FILE__);
         $GLOBALS['phpgw']->db->query("select * from phpgw_comic "
                           ."WHERE comic_owner='"
-                          .$GLOBALS['phpgw_info']["user"]["account_id"]."'");
+                          .$GLOBALS['phpgw_info']["user"]["account_id"]."'", 
__LINE__, __FILE__);
     }
 
     $GLOBALS['phpgw']->db->next_record();




reply via email to

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