Check out Grant Acedrex, our featured variant for April, 2024.


[ Help | Earliest Comments | Latest Comments ]
[ List All Subjects of Discussion | Create New Subject of Discussion ]
[ List Earliest Comments Only For Pages | Games | Rated Pages | Rated Games | Subjects of Discussion ]

Single Comment

PHP Scripts[Subject Thread] [Add Response]
🕸Fergus Duniho wrote on Mon, Jul 23, 2018 09:33 PM UTC:

Since /indexmaint/modifyitem.php wasn't updating the Whatsnew table, I rewrote it. First, I added some new functions to database-funcs.php called update_row() and replace_row(). I then used these functions, as well as the table_row function, in modifyitem.php, which made the code much simpler.