From b8c462f1c225c2a5abb7362bdf5311fc5571fba3 Mon Sep 17 00:00:00 2001 From: Mark Baker Date: Mon, 29 Apr 2013 17:39:03 +0100 Subject: [PATCH] ADded new autofilter example to runall --- Examples/runall.php | 1 + 1 file changed, 1 insertion(+) diff --git a/Examples/runall.php b/Examples/runall.php index 7e97ee82..b3ad069c 100644 --- a/Examples/runall.php +++ b/Examples/runall.php @@ -50,6 +50,7 @@ $aTests = array( , '10autofilter.php' , '10autofilter-selection-1.php' , '10autofilter-selection-2.php' + , '10autofilter-selection-display.php' , '11documentsecurity.php' , '11documentsecurity-xls.php' , '12cellProtection.php'