3bfd55de08
Revert "Mandatory function arguments must be listed before optional ones."
...
This reverts commit 3a75a321000150e9af89bf45fc5f60d8198e9157.
Since calls to those functions had the arguements fully populated, just remove the default configured arg values.
2023-04-02 10:42:25 +10:00
Patrick Monnerat
9488fe2ed7
Avoid passing a null value to PHP functions where another type is expected.
...
PHP 8.1 deprecates this feature.
Closes pull-request #149 and closes #150
2022-08-05 10:48:56 +10:00
Patrick Monnerat
3a75a32100
Mandatory function arguments must be listed before optional ones.
...
PHP 8 deprecates the ability to have
function whatever($arg1, $arg2='something', $arg3)
This commit reorders arguments of functions set_cached_item() and
draw_jpeg_photo() to meet this new requirement.
2022-08-05 10:48:56 +10:00
Deon George
cddf783c27
Add an alert when RFC3866 tags are being used
2011-10-06 16:16:27 +11:00
Roland Gruber
7fc4f0c7e4
SF Patch #3391039 - Remove eval commands from PHP code
2011-10-06 11:43:40 +11:00
Deon George
059b83befb
SF Bug #3391046 - Loading entries with many attributes is very slow
2011-10-06 11:06:43 +11:00
Deon George
a2828b2cf0
SF Feature #3294932 - Hiding not used templates
2011-05-03 20:49:16 +10:00
Deon George
95aedef718
Remove CVS tags
2009-08-20 12:25:48 +10:00
Deon George
5669c92371
Improvements to debug_log
2009-08-19 13:39:37 +10:00
Deon George
9f1a207eba
Ammendment for SF Feature #2837687 - Invalid method for Queries
2009-08-18 19:13:50 +10:00
Deon George
ba553353b0
SF Feature #2837687 - Automatic template selection from one of one valid templates
2009-08-17 16:13:55 +10:00
Deon George
ea17aadef4
Latest SANDPIT - MERGE from CVS (MERGE-GIT)
2009-07-01 16:09:17 +10:00