From 8231a6276b52f9afdd1c0c01181f856cd11da7f5 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Tue, 24 May 2011 08:31:55 +0000 Subject: [PATCH] Conflict with id --- htdocs/public/demo/index.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/htdocs/public/demo/index.php b/htdocs/public/demo/index.php index 94dc8bcf3c8..d07ee20dced 100644 --- a/htdocs/public/demo/index.php +++ b/htdocs/public/demo/index.php @@ -66,7 +66,7 @@ $alwaysuncheckedmodules=array('paybox','paypal','filemanager','google','scanner' $alwayshiddenmodules=array('accounting','barcode','bookmark','boutique','clicktodial','document','domain','externalrss','externalsite','fckeditor','ftp','geoipmaxmind','gravatar','label','ldap','mantis','memcached','notification', 'syslog','user','webservices', // Extended modules - 'awstats','bittorrent','cabinetmed','concatpdf','filemanager','monitoring','nltechno','ovh','phenix','phpsysinfo','postnuke','submiteverywhere', + 'awstats','bittorrent','cabinetmed','concatpdf','filemanager','monitoring','nltechno','numberwords','ovh','phenix','phpsysinfo','postnuke','submiteverywhere', 'survey','thomsonphonebook','voyage','webcalendar','webmail','zipautofillfr'); // Search modules @@ -277,7 +277,9 @@ foreach ($demoprofiles as $profilarray) print ''.$val->getName().'  '; + print '>'.$val->getName().'  '; + print ''; + print ''; if ($modulo == ($nbcolsmod - 1)) print ''; $j++; }