phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] squirrelmail/functions abook_database.php,1.4


From: powerstat
Subject: [Phpgroupware-cvs] squirrelmail/functions abook_database.php,1.4
Date: Mon, 18 Apr 2005 10:54:00 +0200

Update of squirrelmail/functions

Modified Files:
     Branch: MAIN
            abook_database.php lines: +2 -2

Log Message:
Fixed syntax errors

====================================================
Index: squirrelmail/functions/abook_database.php
diff -u squirrelmail/functions/abook_database.php:1.3 
squirrelmail/functions/abook_database.php:1.4
--- squirrelmail/functions/abook_database.php:1.3       Wed Jun 18 22:25:37 2003
+++ squirrelmail/functions/abook_database.php   Mon Apr 18 08:54:37 2005
@@ -174,7 +174,7 @@
          if(!$this->open())
             return false;

-         $query = sprintf(;SELECT * FROM %s WHERE owner=\'%s\';,
+         $query = sprintf('SELECT * FROM %s WHERE owner=\'%s\'',
                           $this->table, $this->owner);

          $res = $this->dbh->query($query);






reply via email to

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