[PC-BSD Commits] r2977 - websites/pbidir.com/bibivu/lib
svn at pcbsd.org
svn at pcbsd.org
Sat Nov 15 13:25:14 PST 2008
Author: fabry
Date: 2008-11-15 13:25:14 -0800 (Sat, 15 Nov 2008)
New Revision: 2977
Modified:
websites/pbidir.com/bibivu/lib/update.php
Log:
taking an extra look at the automatic update
Modified: websites/pbidir.com/bibivu/lib/update.php
===================================================================
--- websites/pbidir.com/bibivu/lib/update.php 2008-11-15 21:24:47 UTC (rev 2976)
+++ websites/pbidir.com/bibivu/lib/update.php 2008-11-15 21:25:14 UTC (rev 2977)
@@ -27,7 +27,7 @@
echo 'pbi Updater web service for PBIDir.';
return;
}
- echo 'This needs to be revisited !!!';return false;
+// echo 'This needs to be revisited !!!';return false;
$clean_software = preg_replace('/[\d.]*\z/','' , $software);
$select = 'SELECT `id`,`name`,`version`,CONCAT(`name`,`version`) AS `software`,`date_last_modified` FROM `pbi` WHERE `name` LIKE "'.$this->db->real_escape_string($clean_software).'"';
$tmp = $this->db->query_first($select);
More information about the Commits
mailing list