summaryrefslogtreecommitdiff
path: root/Pigeonholes.php
diff options
context:
space:
mode:
authorMax Kremmel <xing@synapse.plus.com>2006-02-02 07:55:24 +0000
committerMax Kremmel <xing@synapse.plus.com>2006-02-02 07:55:24 +0000
commit2e3d1c1413c03e516cd10742dbe513822dbc4926 (patch)
tree2547573ee8c7604922cade17b27b5f0f77a4a2e6 /Pigeonholes.php
parent4118edb1fcef17d0147e72e2162d6b0b51a572c8 (diff)
downloadpigeonholes-2e3d1c1413c03e516cd10742dbe513822dbc4926.tar.gz
pigeonholes-2e3d1c1413c03e516cd10742dbe513822dbc4926.tar.bz2
pigeonholes-2e3d1c1413c03e516cd10742dbe513822dbc4926.zip
detikify sequence names
Diffstat (limited to 'Pigeonholes.php')
-rw-r--r--Pigeonholes.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/Pigeonholes.php b/Pigeonholes.php
index c1ce0f6..dce311b 100644
--- a/Pigeonholes.php
+++ b/Pigeonholes.php
@@ -1,6 +1,6 @@
<?php
/**
- * @version $Header: /cvsroot/bitweaver/_bit_pigeonholes/Pigeonholes.php,v 1.35 2006/02/01 19:01:49 squareing Exp $
+ * @version $Header: /cvsroot/bitweaver/_bit_pigeonholes/Pigeonholes.php,v 1.36 2006/02/02 07:55:24 squareing Exp $
*
* +----------------------------------------------------------------------+
* | Copyright ( c ) 2004, bitweaver.org
@@ -17,7 +17,7 @@
* Pigeonholes class
*
* @author xing <xing@synapse.plus.com>
- * @version $Revision: 1.35 $
+ * @version $Revision: 1.36 $
* @package pigeonholes
*/
@@ -436,7 +436,7 @@ class Pigeonholes extends LibertyAttachable {
$this->mDb->StartTrans();
// this really confusing, strange order way of saving items is due to strange behaviour of GenID
- // probably has to do with not null default nextval('public.tiki_structures_structure_id_seq'::text)
+ // probably has to do with not null default nextval('public.liberty_structures_id_seq'::text)
if( !empty( $pParamHash['update'] ) ) {
if( !empty( $pParamHash['pigeonhole_store'] ) ) {
$locId = array ( "name" => "content_id", "value" => $this->mContentId );