Changeset 3138
- Timestamp:
- 04/13/12 18:06:57 (13 months ago)
- Location:
- alternc/trunk
- Files:
-
- 4 edited
-
bureau/class/m_mysql.php (modified) (1 diff)
-
debian/alternc.postinst (modified) (1 diff)
-
debian/changelog (modified) (1 diff)
-
install/mysql.sql (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
alternc/trunk/bureau/class/m_mysql.php
r3136 r3138 348 348 // Update all the "pass" fields for this user : 349 349 $db->query("UPDATE db SET pass='$password' WHERE uid='$cuid';"); 350 $this->dbus->query("SET PASSWORD FOR ".$login."@".$this->dbus->client." = PASSWORD( ".$password.");");350 $this->dbus->query("SET PASSWORD FOR ".$login."@".$this->dbus->client." = PASSWORD('$password');"); 351 351 return true; 352 352 } -
alternc/trunk/debian/alternc.postinst
r3137 r3138 238 238 db_stop 239 239 240 echo "running alternc.install" 241 alternc.install 240 241 echo "**********************************************" 242 echo "* *" 243 echo "* ALTERNC *" 244 echo "* ------------ *" 245 echo "* *" 246 echo "* *" 247 echo "* Please run alternc.install to fully deploy *" 248 echo "* *" 249 echo "**********************************************" 250 251 242 252 243 253 ;; -
alternc/trunk/debian/changelog
r3137 r3138 6 6 * Bugfixes 7 7 8 -- root <root@debian-prime.in.nnx.com> Sat, 03 Mar 2012 13:09:06 +01008 -- Squidly <squidly@nnx.com> Sat, 03 Mar 2012 13:09:06 +0100 9 9 10 10 alternc (1.1+nmu1) stable; urgency=low -
alternc/trunk/install/mysql.sql
r3137 r3138 262 262 `delivery` varchar(255) NOT NULL, -- Delivery transport. 263 263 `update_date` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, -- Update date, for technical usage only. 264 `bytes` bigint(20) NOT NULL DEFAULT '0', 265 `messages` int(11) NOT NULL DEFAULT '0', 264 266 PRIMARY KEY (`id`), 265 267 UNIQUE KEY `address_id` (`address_id`)
Note: See TracChangeset
for help on using the changeset viewer.
