[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Phpgroupware-cvs] [18993] Was this ever used ???? fix a typo
From: |
Caeies |
Subject: |
[Phpgroupware-cvs] [18993] Was this ever used ???? fix a typo |
Date: |
Wed, 19 Nov 2008 17:55:25 +0000 |
Revision: 18993
http://svn.sv.gnu.org/viewvc/?view=rev&root=phpgroupware&revision=18993
Author: Caeies
Date: 2008-11-19 17:55:25 +0000 (Wed, 19 Nov 2008)
Log Message:
-----------
Was this ever used ???? fix a typo
Modified Paths:
--------------
core/trunk/phpgwapi/inc/class.locations.inc.php
Modified: core/trunk/phpgwapi/inc/class.locations.inc.php
===================================================================
--- core/trunk/phpgwapi/inc/class.locations.inc.php 2008-11-19 17:53:58 UTC
(rev 18992)
+++ core/trunk/phpgwapi/inc/class.locations.inc.php 2008-11-19 17:55:25 UTC
(rev 18993)
@@ -115,7 +115,7 @@
}
$this->_db->query($sql, __LINE__, __FILE__);
- return $this->_db->last_insert_id('phpgw_locations',
'location_id');
+ return
$this->_db->get_last_insert_id('phpgw_locations', 'location_id');
}
/**
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Phpgroupware-cvs] [18993] Was this ever used ???? fix a typo,
Caeies <=