From 2e3d1c1413c03e516cd10742dbe513822dbc4926 Mon Sep 17 00:00:00 2001 From: Max Kremmel Date: Thu, 2 Feb 2006 07:55:24 +0000 Subject: detikify sequence names --- Pigeonholes.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Pigeonholes.php') diff --git a/Pigeonholes.php b/Pigeonholes.php index c1ce0f6..dce311b 100644 --- a/Pigeonholes.php +++ b/Pigeonholes.php @@ -1,6 +1,6 @@ - * @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 ); -- cgit v1.3