![]() |
phrasegroupid
It appears that I can't have a NULL value for phrasegroupid since it's a PRIMARY field..
The phrasegroupid jumps from 150 to 1000, if I wanted to insert a phrasegroup at the next available slot, say 151 - in my case the next available slot would be 153, since the hacklog and mtprofilepictures have 151 and 152.. How would I do it without a NULL value and setting the id to 151/153 manually? This is the query currently, and obviously it won't run correctly.. [sql]INSERT INTO `phrasetype` (`phrasetypeid`, `fieldname`, `title`, `editrows`) VALUES (NULL, `journals`, `Journals`, `3`);[/sql] |
You should use the add_phrase_type() function in adminfunctions_language.php to correctly add a new phrase type.
|
All times are GMT. The time now is 09:16 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|